db\BaseActiveRecord updateInternal()

updateInternal() protected method See also update(). protected integer|false updateInternal ( $attributes = null )$attributes array Attributes to update return integer|false The number of rows affected, or false if beforeSave() stops the updating process. throws yii\db\StaleObjectException

db\Connection quoteTableName()

quoteTableName() public method Quotes a table name for use in a query. If the table name contains schema prefix, the prefix will also be properly quoted. If the table name is already quoted or contains special characters including '(', '[[' and '{{', then this method will do nothing. public string quoteTableName ( $name )$name string Table name return string The properly quoted table name

rbac\BaseManager createPermission()

createPermission() public method Creates a new Permission object. Note that the newly created permission is not added to the RBAC system yet. You must fill in the needed data and call add() to add it to the system. public yii\rbac\Permission createPermission ( $name )$name string The permission name return yii\rbac\Permission The new Permission object

db\ColumnSchema typecast()

typecast() protected method (available since version 2.0.3) 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. protected mixed typecast ( $value )$value mixed Input value return mixed Converted value

web\Session set()

set() public method Adds a session variable. If the specified name already exists, the old value will be overwritten. public void set ( $key, $value )$key string Session variable name $value mixed Session variable value

elasticsearch\Connection $connectionTimeout

$connectionTimeout public property Timeout to use for connecting to an elasticsearch node. This value will be used to configure the curl CURLOPT_CONNECTTIMEOUT option. If not set, no explicit timeout will be set for curl. public float $connectionTimeout = null

mail\MessageInterface getTo()

getTo() public abstract method Returns the message recipient(s). public abstract array getTo ( )return array The message recipients

test\ArrayFixture $data

$data public property The data rows. Each array element represents one row of data (column name => column value). public array $data = []

web\Request getIsPost()

getIsPost() public method Returns whether this is a POST request. public boolean getIsPost ( )return boolean Whether this is a POST request.

sphinx\Schema getCacheKey()

getCacheKey() protected method Returns the cache key for the specified index name. protected mixed getCacheKey ( $name )$name string The index name return mixed The cache key