debug\Module getToolbarHtml()

getToolbarHtml() public method (available since version 2.0.7) Gets the Toolbars html public void getToolbarHtml ( )

elasticsearch\ActiveRecord insert()

insert() public method Inserts a document into the associated index using the attribute values of this record. This method performs the following steps in order: call beforeValidate() when $runValidation is true. If validation fails, it will skip the rest of the steps; call afterValidate() when $runValidation is true. call beforeSave(). If the method returns false, it will skip the rest of the steps; insert the record into database. If this fails, it will skip the rest of the steps; call af

base\View $cacheStack

$cacheStack public property A list of currently active fragment cache widgets. This property is used internally to implement the content caching feature. Do not modify it directly. public array $cacheStack = []

gii\generators\extension\Generator $title

$title public property public $title = null

authclient\BaseOAuth apiInternal()

apiInternal() protected abstract method Performs request to the OAuth API. protected abstract array apiInternal ( $accessToken, $url, $method, array $params, array $headers )$accessToken yii\authclient\OAuthToken Actual access token. $url string Absolute API URL. $method string Request method. $params array Request parameters. $headers array Additional request headers. return array API response. throws yii\base\Exception on failure.

caching\Cache offsetGet()

offsetGet() public method Retrieves the value from cache with a specified key. This method is required by the interface ArrayAccess. public mixed offsetGet ( $key )$key string A key identifying the cached value return mixed The value stored in cache, false if the value is not in the cache or expired.

mongodb\BatchQueryResult next()

next() public method Moves the internal pointer to the next dataset. This method is required by the interface Iterator. public void next ( )

rbac\ManagerInterface getRole()

getRole() public abstract method Returns the named role. public abstract null|yii\rbac\Role getRole ( $name )$name string The role name. return null|yii\rbac\Role The role corresponding to the specified name. Null is returned if no such role.

rest\IndexAction prepareDataProvider()

prepareDataProvider() protected method Prepares the data provider that should return the requested collection of the models. protected yii\data\ActiveDataProvider prepareDataProvider ( )

authclient\OpenId setReturnUrl()

setReturnUrl() public method public void setReturnUrl ( $returnUrl )$returnUrl string Authentication return URL.