db\cubrid\Schema loadColumnSchema()

loadColumnSchema() protected method Loads the column information into a yii\db\ColumnSchema object. protected yii\db\ColumnSchema loadColumnSchema ( $info )$info array Column information return yii\db\ColumnSchema The column schema object

helpers\ArrayHelper

All Classes | Methods Inheritance yii\helpers\ArrayHelper » yii\helpers\BaseArrayHelper Available since version 2.0 Source Code https://github.com/yiisoft/yii2/blob/master/framework/helpers/ArrayHelper.php ArrayHelper provides additional array functionality that you can use in your application. Public Methods Method Description Defined By filter() Filters array according to rules specified. yii\helpers\BaseArrayHelper getColumn() Returns the values of a specified column in an array. yii

sphinx\QueryBuilder insert()

insert() public method Creates an INSERT SQL statement. For example, $sql = $queryBuilder->insert('idx_user', [ 'name' => 'Sam', 'age' => 30, 'id' => 10, ], $params); The method will properly escape the index and column names. public string insert ( $index, $columns, &$params )$index string The index that new rows will be inserted into. $columns array The column data (name => value) to be inserted into the index. $params array The binding parameters th

mongodb\file\Cursor toArray()

toArray() public method Returns an array containing all results for this cursor public array toArray ( )return array Containing all results for this cursor.

grid\GridView renderCaption()

renderCaption() public method Renders the caption element. public boolean|string renderCaption ( )return boolean|string The rendered caption element or false if no caption element should be rendered.

caching\FileCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value string The value to be cached. Other types (if you have disabled $serializer) unable to get is correct in getValue(). $duration integer The number of seconds in which the cached value wil

filters\HttpCache $weakEtag

$weakEtag public property (available since version 2.0.8) Whether to generate weak ETags. Weak ETags should be used if the content should be considered semantically equivalent, but not byte-equal. See also http://tools.ietf.org/html/rfc7232#section-2.3. public boolean $weakEtag = false

rbac\PhpManager checkAccess()

checkAccess() public method public void checkAccess ( $userId, $permissionName, $params = [] )$userId $permissionName $params

db\ActiveRecordInterface isPrimaryKey()

isPrimaryKey() public abstract static method Returns a value indicating whether the given set of attributes represents the primary key for this model public abstract static boolean isPrimaryKey ( $keys )$keys array The set of attributes to check return boolean Whether the given set of attributes represents the primary key for this model

web\Request getUserHost()

getUserHost() public method Returns the user host name. public string|null getUserHost ( )return string|null User host name, null if not available