mongodb\rbac\MongoDbManager getItems()

getItems() protected method Returns the items of the specified type. protected yii\rbac\Item[] getItems ( $type )$type integer The auth item type (either yii\rbac\Item::TYPE_ROLE or yii\rbac\Item::TYPE_PERMISSION return yii\rbac\Item[] The auth items of the specified type.

authclient\BaseOAuth processResponse()

processResponse() protected method Processes raw response converting it to actual data. protected array processResponse ( $rawResponse, $contentType = self::CONTENT_TYPE_AUTO )$rawResponse string Raw response. $contentType string Response content type. return array Actual response. throws yii\base\Exception on failure.

mongodb\Command addDelete()

addDelete() public method Adds the delete operation to the batch command. See also executeBatch(). public $this addDelete ( $condition, $options = [] )$condition array Filter condition. $options array Delete options. return $this Self reference.

filters\AccessRule matchCustom()

matchCustom() protected method protected boolean matchCustom ( $action )$action yii\base\Action The action to be performed return boolean Whether the rule should be applied

console\controllers\AssetController setAssetManager()

setAssetManager() public method Sets asset manager instance or configuration. public void setAssetManager ( $assetManager )$assetManager yii\web\AssetManager|array Asset manager instance or its array configuration. throws yii\console\Exception on invalid argument type.

sphinx\ActiveFixture load()

load() public method Loads the fixture. The default implementation will first clean up the table by calling resetIndex(). It will then populate the index with the data returned by getData(). If you override this method, you should consider calling the parent implementation so that the data returned by getData() can be populated into the index. public void load ( )

sphinx\Connection getLastInsertID()

getLastInsertID() public method This method is not supported by Sphinx. public string getLastInsertID ( $sequenceName = '' )$sequenceName string Name of the sequence object return string The row ID of the last row inserted, or the last value retrieved from the sequence object throws yii\base\NotSupportedException always.

web\Response sendCookies()

sendCookies() protected method Sends the cookies to the client. protected void sendCookies ( )

elasticsearch\ActiveRecord $primaryKey

$primaryKey public property The primary key value. An array (column name => column value) is returned if the primary key is composite or $asArray is true. A string is returned otherwise (null will be returned if the key value is null). public mixed getPrimaryKey ( $asArray = false )public void setPrimaryKey ( $value )

authclient\widgets\GooglePlusButton init()

init() public method Initializes the widget. public void init ( )