$sourcePath public property public $sourcePath = '@bower/bootstrap/dist'
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:
getClients() public method public yii\authclient\ClientInterface[] getClients ( )return yii\authclient\ClientInterface[] Auth providers
$suffix public property The suffix that will be assigned to yii\web\UrlRule::$suffix for every generated rule. public string $suffix = null
$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'
$optionalAttributes public property List of attributes, which could be returned from server. Attribute names should be always specified in AX format. For example: ['namePerson/first', 'namePerson/last'] public array $optionalAttributes = []
prepareKeys() protected method Prepares the keys associated with the currently available data models. protected array prepareKeys ( $models )$models array The available data models return array The keys
$isHead public read-only property Whether this is a HEAD request. public boolean getIsHead ( )
findTableNames() protected method Returns all table names in the database. This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception. protected array findTableNames ( $schema = '' )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema. return array All table names in the database. The names have NO schema name prefix. throws yii\base\NotSupportedExc
$href public property A URI RFC3986 or URI template RFC6570. This property is required. public string $href = null
Page 141 of 633