web\UrlManager $enablePrettyUrl

$enablePrettyUrl public property Whether to enable pretty URLs. Instead of putting all parameters in the query string part of a URL, pretty URLs allow using path info to represent some of the parameters and can thus produce more user-friendly URLs, such as "/news/Yii-is-released", instead of "/index.php?r=news%2Fview&id=100". public boolean $enablePrettyUrl = false

widgets\Menu $encodeLabels

$encodeLabels public property Whether the labels for menu items should be HTML-encoded. public boolean $encodeLabels = true

redis\Connection __sleep()

__sleep() public method Closes the connection when this component is being serialized. public array __sleep ( )

redis\Connection $luaScriptBuilder

$luaScriptBuilder public read-only property public yii\redis\LuaScriptBuilder getLuaScriptBuilder ( )

filters\PageCache $enabled

$enabled public property Whether to enable the page cache. You may use this property to turn on and off the page cache according to specific setting (e.g. enable page cache only for GET requests). public boolean $enabled = true

db\Connection setDriverName()

setDriverName() public method Changes the current driver name. public void setDriverName ( $driverName )$driverName string Name of the DB driver

base\Security hashData()

hashData() public method Prefixes data with a keyed hash value so that it can later be detected if it is tampered. There is no need to hash inputs or outputs of encryptByKey() or encryptByPassword() as those methods perform the task. See also: validateData() generateRandomKey() hkdf() pbkdf2() public string hashData ( $data, $key, $rawHash = false )$data string The data to be protected $key string The secret key to be used for generating hash. Should be a secure cryptographic key. $ra

jui\InputWidget init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

base\Security $allowedCiphers

$allowedCiphers public property Look-up table of block sizes and key sizes for each supported OpenSSL cipher. In each element, the key is one of the ciphers supported by OpenSSL (@see openssl_get_cipher_methods()). The value is an array of two integers, the first is the cipher's block size in bytes and the second is the key size in bytes. Warning: All OpenSSL ciphers that we recommend are in the default value, i.e. AES in CBC mode. Note: Yii's encryption protocol uses the same size for c

gii\console\GenerateController $overwrite

$overwrite public property Whether to overwrite all existing code files when in non-interactive mode. Defaults to false, meaning none of the existing code files will be overwritten. This option is used only when --interactive=0. public boolean $overwrite = false