web\UploadedFile $name

$name public property The original name of the file being uploaded public string $name = null

filters\PageCache cacheResponse()

cacheResponse() public method (available since version 2.0.3) Caches response properties. public void cacheResponse ( )

elasticsearch\Command flushIndex()

flushIndex() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-flush.html. public mixed flushIndex ( $index = '_all' )$index

mongodb\Command findAndModify()

findAndModify() public method Updates a document and returns it. public array|null findAndModify ( $collectionName, $condition = [], $update = [], $options = [] )$collectionName $condition array Query condition $update array Update criteria $options array List of options in format: optionName => optionValue. return array|null The original document, or the modified document when $options['new'] is set.

base\Controller $view

$view public property The view object that can be used to render views or view files. public yii\base\View|yii\web\View getView ( )public void setView ( $view )

jui\Accordion $items

$items public property List of collapsible items. Each item can be an array of the following structure: [ 'header' => 'Item header', 'content' => 'Item content', // the HTML attributes of the item header container tag. This will overwrite "headerOptions". 'headerOptions' => [], // the HTML attributes of the item container tag. This will overwrite "itemOptions". 'options' => [], ] public array $items = []

db\BaseActiveRecord getOldPrimaryKey()

getOldPrimaryKey() public method Returns the old primary key value(s). This refers to the primary key value that is populated into the record after executing a find method (e.g. find(), findOne()). The value remains unchanged even if the primary key attribute is manually assigned with a different value. public mixed getOldPrimaryKey ( $asArray = false )$asArray boolean Whether to return the primary key value as an array. If true, the return value will be an array with column name as key

db\Query populate()

populate() public method Converts the raw query results into the format as specified by this query. This method is internally used to convert the data fetched from database into the format as required by this query. public array populate ( $rows )$rows array The raw query result from database return array The converted query result

validators\Validator $builtInValidators

$builtInValidators public static property List of built-in validators (name => class or configuration) public static array $builtInValidators = ['boolean' => 'yii\validators\BooleanValidator', 'captcha' => 'yii\captcha\CaptchaValidator', 'compare' => 'yii\validators\CompareValidator', 'date' => 'yii\validators\DateValidator', 'datetime' => ['class' => 'yii\validators\DateValidator', 'type' => \yii\validators\DateValidator::TYPE_DATETIME], 'time' => ['class' =>

mongodb\console\controllers\MigrateController $db

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