web\ViewAction $defaultView

$defaultView public property The name of the default view when yii\web\ViewAction::$viewParam GET parameter is not provided by user. Defaults to 'index'. This should be in the format of 'path/to/view', similar to that given in the GET parameter. See also yii\web\ViewAction::$viewPrefix. public string $defaultView = 'index'

caching\FileCache getCacheFile()

getCacheFile() protected method Returns the cache file path given the cache key. protected string getCacheFile ( $key )$key string Cache key return string The cache file path

web\Controller $enableCsrfValidation

$enableCsrfValidation public property Whether to enable CSRF validation for the actions in this controller. CSRF validation is enabled only when both this property and yii\web\Request::$enableCsrfValidation are true. public boolean $enableCsrfValidation = true

rbac\DbManager $ruleTable

$ruleTable public property The name of the table storing rules. Defaults to "auth_rule". public string $ruleTable = '{{%auth_rule}}'

authclient\widgets\AuthChoice $clientCollection

$clientCollection public property Name of the auth client collection application component. This component will be used to fetch services value if it is not set. public string $clientCollection = 'authClientCollection'

mongodb\Database createCommand()

createCommand() public method (available since version 2.1) Creates MongoDB command associated with this database. public yii\mongodb\Command createCommand ( $document = [] )$document array Command document contents. return yii\mongodb\Command Command instance.

web\Cookie $httpOnly

$httpOnly public property Whether the cookie should be accessible only through the HTTP protocol. By setting this property to true, the cookie will not be accessible by scripting languages, such as JavaScript, which can effectively help to reduce identity theft through XSS attacks. public boolean $httpOnly = true

mongodb\file\Query getCollection()

getCollection() public method Returns the Mongo collection for this query. public yii\mongodb\file\Collection getCollection ( $db = null )$db yii\mongodb\Connection Mongo connection. return yii\mongodb\file\Collection Collection instance.

BaseYii warning()

warning() public static method Logs a warning message. A warning message is typically logged when an error occurs while the execution can still continue. public static void warning ( $message, $category = 'application' )$message string The message to be logged. $category string The category of the message.

sphinx\IndexSchema $isRuntime

$isRuntime public property Whether this index is a runtime index. public boolean $isRuntime = null