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

debug\panels\RequestPanel $summary

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

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

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

mongodb\Migration createIndexes()

createIndexes() public method (available since version 2.1) Creates indexes in the collection. public void createIndexes ( $collection, $indexes )$collection string|array Name of the collection $indexes array Indexes specifications.

base\Application $uniqueId

$uniqueId public read-only property The unique ID of the module. public string getUniqueId ( )

elasticsearch\BulkCommand addAction()

addAction() public method Adds an action to the command. Will overwrite existing actions if they are specified as a string. public void addAction ( $line1, $line2 = null )$line1 $line2

web\View endPage()

endPage() public method Marks the ending of an HTML page. public void endPage ( $ajaxMode = false )$ajaxMode boolean Whether the view is rendering in AJAX mode. If true, the JS scripts registered at POS_READY and POS_LOAD positions will be rendered at the end of the view like normal scripts.