debug\models\search\Mail $reply

$reply public property Reply attribute input search value public string $reply = null

mongodb\rbac\MongoDbManager removeAllAssignments()

removeAllAssignments() public method Removes all role assignments. public void removeAllAssignments ( )

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\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.

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

mongodb\rbac\MongoDbManager $ruleCollection

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

gii\generators\model\Generator $useTablePrefix

$useTablePrefix public property public $useTablePrefix = false