debug\models\search\Mail $charset

$charset public property Charset attribute input search value public string $charset = null

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.

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 ( )

bootstrap\Dropdown run()

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

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.

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.

jui\Sortable run()

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

mongodb\ActiveQuery EVENT_INIT

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

elasticsearch\ElasticsearchTarget $index

$index public property Elasticsearch index name. public string $index = 'yii'