grid\Column $header

$header public property The header cell content. Note that it will not be HTML-encoded. public string $header = null

Sorting

When displaying multiple rows of data, it is often needed that the data be sorted according to some columns specified by end users. Yii uses a yii\data\Sort object to represent the information about a sorting schema. In particular, attributes specifies the attributes by which the data can be sorted. An attribute can be as simple as a model attribute. It can also be a composite one by combining multiple model attributes or DB columns. More details will be given in the following. attributeOrde

mongodb\file\ActiveRecord refreshFile()

refreshFile() public method Refreshes the \yii\mongodb\file\file attribute from file collection, using current primary key. public \MongoGridFSFile|null refreshFile ( )return \MongoGridFSFile|null Refreshed file value.

db\sqlite\Schema $typeMap

$typeMap public property Mapping from physical column types (keys) to abstract column types (values) public array $typeMap = ['tinyint' => self::TYPE_SMALLINT, 'bit' => self::TYPE_SMALLINT, 'boolean' => self::TYPE_BOOLEAN, 'bool' => self::TYPE_BOOLEAN, 'smallint' => self::TYPE_SMALLINT, 'mediumint' => self::TYPE_INTEGER, 'int' => self::TYPE_INTEGER, 'integer' => self::TYPE_INTEGER, 'bigint' => self::TYPE_BIGINT, 'float' => self::TYPE_FLOAT, 'double' => self

helpers\BaseHtml endForm()

endForm() public static method Generates a form end tag. See also beginForm(). public static string endForm ( )return string The generated tag

bootstrap\BootstrapPluginAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/bootstrap/dist'

db\sqlite\Schema createColumnSchemaBuilder()

createColumnSchemaBuilder() public method Create a column schema builder instance giving the type and value precision. This method may be overridden by child classes to create a DBMS-specific column schema builder. public yii\db\sqlite\ColumnSchemaBuilder createColumnSchemaBuilder ( $type, $length = null )$type string Type of the column. See yii\db\sqlite\ColumnSchemaBuilder::$type. $length integer|string|array Length or precision of the column. See yii\db\sqlite\ColumnSchemaBuilder:

rest\UrlRule $suffix

$suffix public property The suffix that will be assigned to yii\web\UrlRule::$suffix for every generated rule. public string $suffix = null

authclient\widgets\AuthChoice getClients()

getClients() public method public yii\authclient\ClientInterface[] getClients ( )return yii\authclient\ClientInterface[] Auth providers

data\Sort $sortParam

$sortParam public property The name of the parameter that specifies which attributes to be sorted in which direction. Defaults to sort. See also $params. public string $sortParam = 'sort'