rbac\ManagerInterface getAssignment()

getAssignment() public abstract method Returns the assignment information regarding a role and a user. public abstract null|yii\rbac\Assignment getAssignment ( $roleName, $userId )$roleName string The role name $userId string|integer The user ID (see yii\web\User::$id) return null|yii\rbac\Assignment The assignment information. Null is returned if the role is not assigned to the user.

base\View findViewFile()

findViewFile() protected method Finds the view file based on the given view name. protected string findViewFile ( $view, $context = null )$view string The view name or the path alias of the view file. Please refer to render() on how to specify this parameter. $context object The context to be assigned to the view and can later be accessed via $context in the view. If the context implements yii\base\ViewContextInterface, it may also be used to locate the view file corresponding to a rel

validators\FileValidator $sizeLimit

$sizeLimit public read-only property The size limit for uploaded files. public integer getSizeLimit ( )

data\Pagination $pageSizeParam

$pageSizeParam public property Name of the parameter storing the page size. See also $params. public string $pageSizeParam = 'per-page'

mongodb\Migration dropCollection()

dropCollection() public method Drops existing collection. public void dropCollection ( $collection )$collection string|array Name of the collection

widgets\BaseListView renderSummary()

renderSummary() public method Renders the summary text. public void renderSummary ( )

redis\Session $keyPrefix

$keyPrefix public property A string prefixed to every cache key so that it is unique. If not set, it will use a prefix generated from \yii\redis\Application::id. You may set this property to be an empty string if you don't want to use key prefix. It is recommended that you explicitly set this property to some static value if the cached data needs to be shared among multiple applications. public string $keyPrefix = null

smarty\ViewRenderer init()

init() public method Instantiates and configures the Smarty object. public void init ( )

widgets\ActiveForm beginField()

beginField() public method Begins a form field. This method will create a new form field and returns its opening tag. You should call endField() afterwards. See also: endField() field() public string beginField ( $model, $attribute, $options = [] )$model yii\base\Model The data model. $attribute string The attribute name or expression. See yii\helpers\Html::getAttributeName() for the format about attribute expression. $options array The additional configurations for the field object.

rbac\PhpManager load()

load() protected method Loads authorization data from persistent storage. protected void load ( )