filters\AccessRule $denyCallback

$denyCallback public property

A callback that will be called if this rule determines the access to the current action should be denied. If not set, the behavior will be determined by yii\filters\AccessControl.

The signature of the callback should be as follows:

function ($rule, $action)

where $rule is this rule, and $action is the current action object.

public callable $denyCallback = null
doc_Yii
2016-10-30 17:02:22
Comments
Leave a Comment

Please login to continue.