test\FixtureTrait globalFixtures()

globalFixtures() public method Declares the fixtures shared required by different test cases. The return value should be similar to that of fixtures(). You should usually override this method in a base class. See also fixtures(). public array globalFixtures ( )return array The fixtures shared and required by different test cases.

authclient\OAuth2 $tokenUrl

$tokenUrl public property Token request URL endpoint. public string $tokenUrl = null

swiftmailer\Message setReplyTo()

setReplyTo() public method Sets the reply-to address of this message. public $this setReplyTo ( $replyTo )$replyTo string|array The reply-to address. You may pass an array of addresses if this message should be replied to multiple people. You may also specify reply-to name in addition to email address using format: [email => name]. return $this Self reference.

web\HeaderCollection add()

add() public method Adds a new header. If there is already a header with the same name, the new one will be appended to it instead of replacing it. public $this add ( $name, $value )$name string The name of the header $value string The value of the header return $this The collection object itself

elasticsearch\Command getTemplate()

getTemplate() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates.html. public mixed getTemplate ( $name )$name

filters\auth\AuthMethod isOptional()

isOptional() protected method (available since version 2.0.7) Checks, whether authentication is optional for the given action. See also $optional. protected boolean isOptional ( $action )$action yii\base\Action Action to be checked. return boolean Whether authentication is optional or not.

filters\HttpCache generateEtag()

generateEtag() protected method Generates an ETag from the given seed string. protected string generateEtag ( $seed )$seed string Seed for the ETag return string The generated ETag

behaviors\BlameableBehavior $value

$value public property The value that will be assigned to the current attributes. This can be an anonymous function, callable in array format (e.g. [$this, 'methodName']), an \yii\behaviors\Expression object representing a DB expression (e.g. new Expression('NOW()')), scalar, string or an arbitrary value. If the former, the return value of the function will be assigned to the attributes. The signature of the function should be as follows, function ($event) { // return value will be assi

i18n\DbMessageSource 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.

web\UrlRule getNormalizer()

getNormalizer() protected method (available since version 2.0.10) protected yii\web\UrlNormalizer|null getNormalizer ( $manager )$manager yii\web\UrlManager The URL manager