widgets\LinkPager $lastPageLabel

$lastPageLabel public property The text label for the "last" page button. Note that this will NOT be HTML-encoded. If it's specified as true, page number will be used as label. Default is false that means the "last" page button will not be displayed. public string|boolean $lastPageLabel = false

web\User loginByAccessToken()

loginByAccessToken() public method Logs in a user by the given access token. This method will first authenticate the user by calling yii\web\IdentityInterface::findIdentityByAccessToken() with the provided access token. If successful, it will call login() to log in the authenticated user. If authentication fails or login() is unsuccessful, it will return null. public yii\web\IdentityInterface|null loginByAccessToken ( $token, $type = null )$token string The access token $type mixed The

sphinx\Query $connection

$connection public property Sphinx connection instance public yii\sphinx\Connection getConnection ( )public $this setConnection ( $connection )

db\Connection setDriverName()

setDriverName() public method Changes the current driver name. public void setDriverName ( $driverName )$driverName string Name of the DB driver

filters\PageCache $enabled

$enabled public property Whether to enable the page cache. You may use this property to turn on and off the page cache according to specific setting (e.g. enable page cache only for GET requests). public boolean $enabled = true

authclient\Weibo initUserAttributes()

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

db\sqlite\QueryBuilder dropCommentFromColumn()

dropCommentFromColumn() public method (available since version 2.0.8) Builds a SQL command for adding comment to column public string dropCommentFromColumn ( $table, $column )$table string The table whose column is to be commented. The table name will be properly quoted by the method. $column string The name of the column to be commented. The column name will be properly quoted by the method. return string The SQL statement for adding comment on column throws yii\base\NotSupportedEx

db\sqlite\QueryBuilder resetSequence()

resetSequence() public method Creates a SQL statement for resetting the sequence value of a table's primary key. The sequence will be reset such that the primary key of the next new row inserted will have the specified value or 1. public string resetSequence ( $tableName, $value = null )$tableName string The name of the table whose primary key sequence will be reset $value mixed The value for the primary key of the next new row inserted. If this is not set, the next new row's primary k

caching\FileCache flushValues()

flushValues() protected method Deletes all values from cache. This is the implementation of the method declared in the parent class. protected boolean flushValues ( )return boolean Whether the flush operation was successful.

authclient\OAuth1 fetchRequestToken()

fetchRequestToken() public method Fetches the OAuth request token. public yii\authclient\OAuthToken fetchRequestToken ( array $params = [] )$params array Additional request params. return yii\authclient\OAuthToken Request token.