db\sqlite\QueryBuilder build()

build() public method Generates a SELECT SQL statement from a yii\db\Query object. public array build ( $query, $params = [] )$query yii\db\Query The yii\db\Query object from which the SQL statement will be generated. $params array The parameters to be bound to the generated SQL statement. These parameters will be included in the result with the additional parameters generated during the query building process. return array The generated SQL statement (the first array element) and th

authclient\OAuthToken defaultExpireDurationParamKey()

defaultExpireDurationParamKey() protected method Fetches default expire duration param key. protected string defaultExpireDurationParamKey ( )return string Expire duration param key.

authclient\OAuthToken $createTimestamp

$createTimestamp public property Object creation timestamp. public integer $createTimestamp = null

mongodb\rbac\MongoDbManager removeAllRoles()

removeAllRoles() public method Removes all roles. All parent child relations will be adjusted accordingly. public void removeAllRoles ( )

authclient\Weibo initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

gii\generators\crud\Generator $controllerID

$controllerID public read-only property The controller ID (without the module ID prefix) public string getControllerID ( )

db\Connection $lastInsertID

$lastInsertID public read-only property The row ID of the last row inserted, or the last value retrieved from the sequence object public string getLastInsertID ( $sequenceName = '' )

i18n\Formatter asRelativeTime()

asRelativeTime() public method Formats the value as the time interval between a date and now in human readable form. This method can be used in three different ways: Using a timestamp that is relative to now. Using a timestamp that is relative to the $referenceTime. Using a DateInterval object. public string asRelativeTime ( $value, $referenceTime = null )$value integer|string|DateTime|DateInterval The value to be formatted. The following types of value are supported: an integer repres

sphinx\ColumnSchema $isMva

$isMva public property Whether this column is a multi value attribute (MVA) public boolean $isMva = null

sphinx\gii\model\Generator generateRules()

generateRules() public method Generates validation rules for the specified index. public array generateRules ( $index )$index yii\sphinx\IndexSchema The index schema return array The generated validation rules