rbac\DbManager checkAccessRecursive()

checkAccessRecursive() protected method Performs access check for the specified user. This method is internally called by checkAccess(). protected boolean checkAccessRecursive ( $user, $itemName, $params, $assignments )$user string|integer The user ID. This should can be either an integer or a string representing the unique identifier of a user. See yii\web\User::$id. $itemName string The name of the operation that need access check $params array Name-value pairs that would be pass

filters\RateLimiter $request

$request public property The current request. If not set, the request application component will be used. public yii\web\Request $request = null

bootstrap\BootstrapAsset $css

$css public property public $css = ['css/bootstrap.css']

filters\ContentNegotiator $response

$response public property The response to be sent. If not set, the response application component will be used. public yii\web\Response $response = null

sphinx\Query leftJoin()

leftJoin() public method Appends a LEFT OUTER JOIN part to the query. public $this leftJoin ( $table, $on = '', $params = [] )$table string|array The table to be joined. Use a string to represent the name of the table to be joined. The table name can contain a schema prefix (e.g. 'public.user') and/or table alias (e.g. 'user u'). The method will automatically quote the table name unless it contains some parenthesis (which means the table is given as a sub-query or DB expression). Use a

rbac\Assignment $createdAt

$createdAt public property UNIX timestamp representing the assignment creation time public integer $createdAt = null

db\QueryBuilder buildSelect()

buildSelect() public method public string buildSelect ( $columns, &$params, $distinct = false, $selectOption = null )$columns array $params array The binding parameters to be populated $distinct boolean $selectOption string return string The SELECT clause built from yii\db\Query::$select.

widgets\ActiveForm $options

$options public property The HTML attributes (name-value pairs) for the form tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

gii\generators\extension\Generator $keywords

$keywords public property public $keywords = "yii2,extension"

mongodb\ActiveFixture $db

$db public property The DB connection object or the application component ID of the DB connection. public yii\mongodb\Connection|string $db = 'mongodb'