trait FiltersControllerMiddleware

Methods

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

Determine if the given options exclude a particular method.

Details

at line 12
static bool methodExcludedByOptions(string $method, array $options)

Determine if the given options exclude a particular method.

Parameters

string $method
array $options

Return Value

bool