mongodb\rbac\MongoDbManager $items

$items protected property All auth items (name => Item) protected yii\rbac\Item[] $items = null

db\ColumnSchema $precision

$precision public property Precision of the column data, if it is numeric. public integer $precision = null

HTTP Caching

Last-Modified Header ETag Header Cache-Control Header Session Cache Limiter SEO Implications Besides server-side caching that we have described in the previous sections, Web applications may also exploit client-side caching to save the time for generating and transmitting the same page content. To use client-side caching, you may configure yii\filters\HttpCache as a filter for controller actions whose rendering result may be cached on the client-side. HttpCache only works for GET and HEAD requ

authclient\widgets\AuthChoice $clientIdGetParamName

$clientIdGetParamName public property Name of the GET param , which should be used to passed auth client id to URL defined by $baseAuthUrl. public string $clientIdGetParamName = 'authclient'

authclient\clients\GoogleOpenId defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

authclient\clients\GoogleOAuth defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

base\Application end()

end() public method Terminates the application. This method replaces the exit() function by ensuring the application life cycle is completed before terminating the application. public void end ( $status = 0, $response = null )$status integer The exit status (value 0 means normal exit while other values mean abnormal exit). $response yii\base\Response The response to be sent. If not set, the default application $response component will be used. throws yii\base\ExitException if the app

caching\DbCache setValue()

setValue() protected method Stores a value identified by a key in cache. This is the implementation of the method declared in the parent class. protected boolean setValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value string The value to be cached. Other types (if you have disabled $serializer) cannot be saved. $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return boolean True if the val

authclient\clients\GoogleHybrid defaultReturnUrl()

defaultReturnUrl() protected method Composes default $returnUrl value. protected string defaultReturnUrl ( )return string Return URL.

mongodb\rbac\MongoDbManager $ruleCollection

$ruleCollection public property The name of the collection storing rules. Defaults to "auth_rule". public string|array $ruleCollection = 'auth_rule'