validators\EachValidator $allowMessageFromRule

$allowMessageFromRule public property Whether to use error message composed by validator declared via $rule if its validation fails. If enabled, error message specified for this validator itself will appear only if attribute value is not an array. If disabled, own error message value will be used always. public boolean $allowMessageFromRule = true

base\Security $authKeyInfo

$authKeyInfo public property HKDF info value for derivation of message authentication key. See also hkdf(). public string $authKeyInfo = 'AuthorizationKey'

sphinx\gii\model\Generator validateDb()

validateDb() public method Validates the $db attribute. public void validateDb ( )

debug\panels\LogPanel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view

helpers\BaseConsole endAnsiFormat()

endAnsiFormat() public static method Resets any ANSI format set by previous method beginAnsiFormat() Any output after this will have default text format. This is equal to calling echo Console::ansiFormatCode([Console::RESET]) public static void endAnsiFormat ( )

sphinx\Command bindValue()

bindValue() public method Binds a value to a parameter. public $this bindValue ( $name, $value, $dataType = null )$name string|integer Parameter identifier. For a prepared statement using named placeholders, this will be a parameter name of the form :name. For a prepared statement using question mark placeholders, this will be the 1-indexed position of the parameter. $value mixed The value to bind to the parameter $dataType integer SQL data type of the parameter. If null, the type

authclient\clients\GitHub defaultTitle()

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

redis\Session destroySession()

destroySession() public method Session destroy handler. Do not call this method directly. public boolean destroySession ( $id )$id string Session ID return boolean Whether session is destroyed successfully

console\controllers\CacheController actionFlushAll()

actionFlushAll() public method Flushes all caches registered in the system. public void actionFlushAll ( )

BaseYii getVersion()

getVersion() public static method Returns a string representing the current version of the Yii framework. public static string getVersion ( )return string The version of Yii framework