trait FiltersControllerMiddleware (View source)

Methods

static bool
methodExcludedByOptions(string $method, array $options)

Determine if the given options exclude a particular method.

Details

static bool methodExcludedByOptions(string $method, array $options)

Determine if the given options exclude a particular method.

Parameters

string $method
array $options

Return Value

bool