elasticsearch\Connection populateNodes()

populateNodes() protected method (available since version 2.0.4) Populates $nodes with the result of a cluster nodes request. protected void populateNodes ( )throws yii\elasticsearch\Exception if no active node(s) found

console\Controller getActionHelp()

getActionHelp() public method Returns the detailed help information for the specified action. public string getActionHelp ( $action )$action yii\base\Action Action to get help for return string The detailed help information for the specified action.

elasticsearch\Connection $connectionTimeout

$connectionTimeout public property Timeout to use for connecting to an elasticsearch node. This value will be used to configure the curl CURLOPT_CONNECTTIMEOUT option. If not set, no explicit timeout will be set for curl. public float $connectionTimeout = null

elasticsearch\ActiveRecord $oldPrimaryKey

$oldPrimaryKey public read-only property The old primary key value. An array (column name => column value) is returned if the primary key is composite or $asArray is true. A string is returned otherwise (null will be returned if the key value is null). public mixed getOldPrimaryKey ( $asArray = false )

console\ErrorHandler formatMessage()

formatMessage() protected method Colorizes a message for console output. See also yii\helpers\Console::ansiFormat() for details on how to specify the message format. protected string formatMessage ( $message, $format = [\yii\helpers\Console::FG_RED, \yii\helpers\Console::BOLD] )$message string The message to colorize. $format array The message format. return string The colorized message.

console\controllers\FixtureController notifyNothingToLoad()

notifyNothingToLoad() public method Notifies user that there are no fixtures to load according input conditions public void notifyNothingToLoad ( $foundFixtures, $except )$foundFixtures array Array of found fixtures $except array Array of names of fixtures that should not be loaded

base\Object __get()

__get() public method Returns the value of an object property. Do not call this method directly as it is a PHP magic method that will be implicitly called when executing $value = $object->property;. See also __set(). public mixed __get ( $name )$name string The property name return mixed The property value throws yii\base\UnknownPropertyException if the property is not defined throws yii\base\InvalidCallException if the property is write-only

swiftmailer\Message setReturnPath()

setReturnPath() public method (available since version 2.0.6) Set the return-path (the bounce address) of this message. public $this setReturnPath ( $address )$address string The bounce email address. return $this Self reference.

filters\PageCache calculateCacheKey()

calculateCacheKey() protected method (available since version 2.0.3) protected array calculateCacheKey ( )return array The key used to cache response properties.

authclient\OpenId getClaimedId()

getClaimedId() public method public string getClaimedId ( )return string Claimed identifier (identity).