data\BaseDataProvider setSort()

setSort() public method Sets the sort definition for this data provider. public void setSort ( $value )$value array|yii\data\Sort|boolean The sort definition to be used by this data provider. This can be one of the following: a configuration array for creating the sort definition object. The "class" element defaults to 'yii\data\Sort' an instance of yii\data\Sort or its subclass false, if sorting needs to be disabled. throws yii\base\InvalidParamException

web\NotAcceptableHttpException __construct()

__construct() public method Constructor. public void __construct ( $message = null, $code = 0, Exception $previous = null )$message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

web\View registerLinkTag()

registerLinkTag() public method Registers a link tag. For example, a link tag for a custom favicon can be added like the following: $view->registerLinkTag(['rel' => 'icon', 'type' => 'image/png', 'href' => '/myicon.png']); which will result in the following HTML: <link rel="icon" type="image/png" href="/myicon.png">. Note: To register link tags for CSS stylesheets, use registerCssFile() instead, which has more options for this kind of link tag. public void registerLinkT

db\ColumnSchema $dbType

$dbType public property The DB type of this column. Possible DB types vary according to the type of DBMS. public string $dbType = null

db\mssql\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

mongodb\Command createCollection()

createCollection() public method Creates new collection in database associated with this command.s public boolean createCollection ( $collectionName, array $options = [] )$collectionName string Collection name $options array Collection options in format: "name" => "value" return boolean Whether operation was successful.

caching\MemCache getValues()

getValues() protected method Retrieves multiple values from cache with the specified keys. protected array getValues ( $keys )$keys array A list of keys identifying the cached values return array A list of cached values indexed by the keys

gii\generators\model\Generator getName()

getName() public method public string getName ( )return string Name of the code generator

authclient\BaseOAuth $authUrl

$authUrl public property Authorize URL. public string $authUrl = null

authclient\BaseClient defaultNormalizeUserAttributeMap()

defaultNormalizeUserAttributeMap() protected method Returns the default $normalizeUserAttributeMap value. Particular client may override this method in order to provide specific default map. protected array defaultNormalizeUserAttributeMap ( )return array Normalize attribute map.