mongodb\ActiveQuery EVENT_INIT

EVENT_INIT event of type \yii\mongodb\Event An event that is triggered when the query is initialized via init().

jui\Sortable run()

run() public method Renders the widget. public void run ( )

base\Theme setBasePath()

setBasePath() public method See also $pathMap. public void setBasePath ( $path )$path string The root path or path alias of this theme. All resources of this theme are located under this directory.

db\DataReader current()

current() public method Returns the current row. This method is required by the interface Iterator. public mixed current ( )return mixed The current row.

bootstrap\Dropdown run()

run() public method Renders the widget. public void run ( )

caching\MemCache $memcache

$memcache public read-only property The memcache (or memcached) object used by this cache component. public \Memcache|\Memcached getMemcache ( )

bootstrap\Collapse renderItem()

renderItem() public method Renders a single collapsible item group public string renderItem ( $header, $item, $index )$header string A label of the item group $items $item array A single item from $items $index integer The item index as each item group content must have an id return string The rendering result throws yii\base\InvalidConfigException

filters\Cors $request

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

debug\panels\RequestPanel $summary

$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )

db\ColumnSchema phpTypecast()

phpTypecast() public method Converts the input value according to $phpType after retrieval from the database. If the value is null or an yii\db\Expression, it will not be converted. public mixed phpTypecast ( $value )$value mixed Input value return mixed Converted value