web\Application $session

$session public read-only property The session component. public yii\web\Session getSession ( )

db\ColumnSchema $autoIncrement

$autoIncrement public property Whether this column is auto-incremental public boolean $autoIncrement = false

grid\Column renderHeaderCell()

renderHeaderCell() public method Renders the header cell. public void renderHeaderCell ( )

behaviors\TimestampBehavior $value

$value public property The value that will be assigned to the current attributes. This can be an anonymous function, callable in array format (e.g. [$this, 'methodName']), an \yii\behaviors\Expression object representing a DB expression (e.g. new Expression('NOW()')), scalar, string or an arbitrary value. If the former, the return value of the function will be assigned to the attributes. The signature of the function should be as follows, function ($event) { // return value will be assi

elasticsearch\Connection init()

init() public method public void init ( )

db\Schema getTableSchemas()

getTableSchemas() public method Returns the metadata for all tables in the database. public yii\db\TableSchema[] getTableSchemas ( $schema = '', $refresh = false )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema name. $refresh boolean Whether to fetch the latest available table schemas. If this is false, cached data may be returned if available. return yii\db\TableSchema[] The metadata for all tables in the database. Each array

db\BaseActiveRecord populateRelation()

populateRelation() public method Populates the named relation with the related records. Note that this method does not check if the relation exists or not. See also getRelation(). public void populateRelation ( $name, $records )$name string The relation name, e.g. orders for a relation defined via getOrders() method (case-sensitive). $records yii\db\ActiveRecordInterface|array|null The related records to be populated into the relation.

caching\WinCache getValue()

getValue() protected method Retrieves a value from cache with a specified key. This is the implementation of the method declared in the parent class. protected string|boolean getValue ( $key )$key string A unique key identifying the cached value return string|boolean The value stored in cache, false if the value is not in the cache or expired.

elasticsearch\Command $options

$options public property Options to be appended to the query URL, such as "search_type" for search or "timeout" for delete public array $options = []

web\ErrorHandler renderCallStackItem()

renderCallStackItem() public method Renders a single call stack element. public string renderCallStackItem ( $file, $line, $class, $method, $args, $index )$file string|null Name where call has happened. $line integer|null Number on which call has happened. $class string|null Called class name. $method string|null Called function/method name. $args array Array of method arguments. $index integer Number of the call stack element. return string HTML content of the render