isActive() protected method
Returns a value indicating whether the filter is active for the given action.
protected boolean isActive ( $action ) | ||
---|---|---|
$action | yii\base\Action |
The action being filtered |
return | boolean |
Whether the filter is active for the given action. |
Please login to continue.