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

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.

debug\panels\DbPanel getQueryType()

getQueryType() protected method Returns database query type. protected string getQueryType ( $timing )$timing string Timing procedure string return string Query type such as select, insert, delete, etc.

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

debug\models\search\Mail $charset

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

sphinx\QueryBuilder $db

$db public property The Sphinx connection. public yii\sphinx\Connection $db = null

db\Connection close()

close() public method Closes the currently active DB connection. It does nothing if the connection is already closed. public void close ( )

jui\Menu run()

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

web\UrlNormalizerRedirectException $scheme

$scheme public property The URI scheme to use in the generated URL for redirection See also [[yii\helpers\Url::to()]]. public boolean|string $scheme = null