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

web\Response $version

$version public property The version of the HTTP protocol to use. If not set, it will be determined via $_SERVER['SERVER_PROTOCOL'], or '1.1' if that is not available. public string $version = null

db\TableSchema $foreignKeys

$foreignKeys public property Foreign keys of this table. Each array element is of the following structure: [ 'ForeignTableName', 'fk1' => 'pk1', // pk1 is in foreign table 'fk2' => 'pk2', // if composite foreign key ] public array $foreignKeys = []

mutex\MysqlMutex init()

init() public method Initializes MySQL specific mutex component implementation. public void init ( )throws yii\base\InvalidConfigException if $db is not MySQL connection.

base\ActionFilter getActionId()

getActionId() protected method (available since version 2.0.7) Returns an action ID by converting yii\base\Action::$uniqueId into an ID relative to the module protected string getActionId ( $action )$action yii\base\Action