console\Application $errorHandler

$errorHandler public read-only property The error handler application component. public yii\console\ErrorHandler getErrorHandler ( )

db\mssql\Schema findForeignKeys()

findForeignKeys() protected method Collects the foreign key column details for the given table. protected void findForeignKeys ( $table )$table yii\db\mssql\TableSchema The table metadata

db\DataReader $fetchMode

$fetchMode public write-only property Fetch mode public void setFetchMode ( $mode )

faker\FixtureController $language

$language public property Language to use when generating fixtures data. public string $language = null

elasticsearch\Connection put()

put() public method Performs PUT HTTP request public mixed put ( $url, $options = [], $body = null, $raw = false )$url string|array URL $options array URL options $body string Request body $raw boolean If response body contains JSON and should be decoded return mixed Response throws yii\elasticsearch\Exception throws yii\base\InvalidConfigException

db\Query batch()

batch() public method Starts a batch query. A batch query supports fetching data in batches, which can keep the memory usage under a limit. This method will return a yii\db\BatchQueryResult object which implements the Iterator interface and can be traversed to retrieve the data in batches. For example, $query = (new Query)->from('user'); foreach ($query->batch() as $rows) { // $rows is an array of 100 or fewer rows from user table } public yii\db\BatchQueryResult batch ( $batch

jui\Sortable renderItems()

renderItems() public method Renders sortable items as specified on $items. public string renderItems ( )return string The rendering result. throws \yii\jui\InvalidConfigException.

db\ColumnSchemaBuilder buildFirstString()

buildFirstString() protected method (available since version 2.0.8) Builds the first constraint for the column. Defaults to unsupported. protected string buildFirstString ( )return string A string containing the FIRST constraint.

mongodb\BatchQueryResult reset()

reset() public method Resets the batch query. This method will clean up the existing batch query so that a new batch query can be performed. public void reset ( )

data\Sort $separator

$separator public property The character used to separate different attributes that need to be sorted by. public string $separator = ','