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.

web\CacheSession writeSession()

writeSession() public method Session write handler. Do not call this method directly. public boolean writeSession ( $id, $data )$id string Session ID $data string Session data return boolean Whether session write is successful

rbac\PhpManager load()

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

widgets\ActiveForm $ajaxParam

$ajaxParam public property The name of the GET parameter indicating the validation request is an AJAX request. public string $ajaxParam = 'ajax'