filters\HttpCache $enabled

$enabled public property A value indicating whether this filter should be enabled. public boolean $enabled = true

mongodb\file\StreamWrapper stream_close()

stream_close() public method Closes a resource. This method is called in response to fclose(). See also \yii\mongodb\file\fclose(). public void stream_close ( )

jui\Selectable init()

init() public method Initializes the widget. public void init ( )

web\AssetManager $basePath

$basePath public property The root directory storing the published asset files. public string $basePath = '@webroot/assets'

web\CookieCollection add()

add() public method Adds a cookie to the collection. If there is already a cookie with the same name in the collection, it will be removed first. public void add ( $cookie )$cookie yii\web\Cookie The cookie to be added throws yii\base\InvalidCallException if the cookie collection is read only

mongodb\file\Cursor __get()

__get() public method PHP magic method, which is invoked on attempt of getting not existing property. It returns value from the inner iterator. public mixed __get ( $name )$name string Field name. return mixed Field value.

captcha\CaptchaAsset $depends

$depends public property public $depends = ['yii\web\YiiAsset']

sphinx\ColumnSchema $type

$type public property Abstract type of this column. Possible abstract types include: string, text, boolean, smallint, integer, bigint, float, decimal, datetime, timestamp, time, date, binary, and money. public string $type = null

debug\LogTarget getSqlTotalCount()

getSqlTotalCount() protected method Returns total sql count executed in current request. If database panel is not configured returns 0. protected integer getSqlTotalCount ( )

db\Schema $exceptionMap

$exceptionMap public property Map of DB errors and corresponding exceptions If left part is found in DB error message exception class from the right part is used. public array $exceptionMap = ['SQLSTATE[23' => 'yii\db\IntegrityException']