base\Security $authKeyInfo

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

log\EmailTarget composeMessage()

composeMessage() protected method Composes a mail message with the given body content. protected yii\mail\MessageInterface composeMessage ( $body )$body string The body content return yii\mail\MessageInterface $message

captcha\CaptchaAction $minLength

$minLength public property The minimum length for randomly generated word. Defaults to 6. public integer $minLength = 6

bootstrap\ActiveField $radioTemplate

$radioTemplate public property The template for radios in default layout public string $radioTemplate = "<div class=\"radio\">\n{beginLabel}\n{input}\n{labelTitle}\n{endLabel}\n{error}\n{hint}\n</div>"

mutex\MysqlMutex releaseLock()

releaseLock() protected method Releases lock by given name. See also http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_release-lock. protected boolean releaseLock ( $name )$name string Of the lock to be released. return boolean Release result.

validators\RequiredValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

mutex\PgsqlMutex acquireLock()

acquireLock() protected method Acquires lock by given name. See also http://www.postgresql.org/docs/9.0/static/functions-admin.html. protected boolean acquireLock ( $name, $timeout = 0 )$name string Of the lock to be acquired. $timeout integer To wait for lock to become released. return boolean Acquiring result.

authclient\clients\Live init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

mutex\PgsqlMutex releaseLock()

releaseLock() protected method Releases lock by given name. See also http://www.postgresql.org/docs/9.0/static/functions-admin.html. protected boolean releaseLock ( $name )$name string Of the lock to be released. return boolean Release result.

mongodb\ActiveQuery __construct()

__construct() public method Constructor. public void __construct ( $modelClass, $config = [] )$modelClass array The model class associated with this query $config array Configurations to be applied to the newly created query object