rest\UrlRule $tokens

$tokens public property List of tokens that should be replaced for each pattern. The keys are the token names, and the values are the corresponding replacements. See also $patterns. public array $tokens = ['{id}' => '<id:\\d[\\d,]*>']

i18n\MessageSource loadMessages()

loadMessages() protected method Loads the message translation for the specified language and category. If translation for specific locale code such as en-US isn't found it tries more generic en. protected array loadMessages ( $category, $language )$category string The message category $language string The target language return array The loaded messages. The keys are original messages, and the values are translated messages.

base\ViewEvent $params

$params public property The parameter array passed to the yii\base\View::render() method. public array $params = null

grid\GridView renderErrors()

renderErrors() public method Renders validator errors of filter model. public string renderErrors ( )return string The rendering result.

authclient\BaseClient $userAttributes

$userAttributes public property List of user attributes public array getUserAttributes ( )public void setUserAttributes ( $userAttributes )

caching\ZendDataCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached. Most often it's a string. If you have disabled $serializer, it could be something else. $duration integer The number of seconds in which the cached value wil

debug\TimelineAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/debug/assets'

helpers\BaseConsole renderColoredString()

renderColoredString() public static method Converts a string to ansi formatted by replacing patterns like %y (for yellow) with ansi control codes Uses almost the same syntax as https://github.com/pear/Console_Color2/blob/master/Console/Color2.php The conversion table is: ('bold' meaning 'light' on some terminals). It's almost the same conversion table irssi uses. text text background ------------------------------------------------ %k %K %0 black dark

authclient\AuthAction redirectSuccess()

redirectSuccess() public method Redirect to the URL. If URL is null, $successUrl will be used. public yii\web\Response redirectSuccess ( $url = null )$url string URL to redirect. return yii\web\Response Response instance.

swiftmailer\Message getBcc()

getBcc() public method Returns the Bcc (hidden copy receiver) addresses of this message. public array getBcc ( )return array The Bcc (hidden copy receiver) addresses of this message.