i18n\MessageFormatter $errorMessage

$errorMessage public read-only property Description of the last error. public string getErrorMessage ( )

mail\MessageInterface setCc()

setCc() public abstract method Sets the Cc (additional copy receiver) addresses of this message. public abstract $this setCc ( $cc )$cc string|array Copy receiver email address. You may pass an array of addresses if multiple recipients should receive this message. You may also specify receiver name in addition to email address using format: [email => name]. return $this Self reference.

db\Query having()

having() public method Sets the HAVING part of the query. See also: andHaving() orHaving() public $this having ( $condition, $params = [] )$condition string|array|yii\db\Expression The conditions to be put after HAVING. Please refer to where() on how to specify this parameter. $params array The parameters (name => value) to be bound to the query. return $this The query object itself

mongodb\file\Cursor __construct()

__construct() public method Constructor. public void __construct ( $collection, $cursor )$collection yii\mongodb\file\Collection $cursor \MongoDB\Driver\Cursor

sphinx\Query create()

create() public static method Creates a new Query object and copies its property values from an existing one. The properties being copies are the ones to be used by query builders. public static yii\sphinx\Query create ( $from )$from yii\sphinx\Query The source query object return yii\sphinx\Query The new Query object

authclient\BaseClient getUserAttributes()

getUserAttributes() public method public array getUserAttributes ( )return array List of user attributes

web\IdentityInterface getAuthKey()

getAuthKey() public abstract method Returns a key that can be used to check the validity of a given identity ID. The key should be unique for each individual user, and should be persistent so that it can be used to check the validity of the user identity. The space of such keys should be big enough to defeat potential identity attacks. This is required if yii\web\User::$enableAutoLogin is enabled. See also validateAuthKey(). public abstract string getAuthKey ( )return string A key that i

console\controllers\MessageController $markUnused

$markUnused public property Whether to mark messages that no longer appear in the source code. Defaults to true, which means each of these messages will be enclosed with a pair of '@@' marks. public boolean $markUnused = true

web\AssetManager getPublishedPath()

getPublishedPath() public method Returns the published path of a file path. This method does not perform any publishing. It merely tells you if the file or directory is published, where it will go. public string|false getPublishedPath ( $path )$path string Directory or file path being published return string|false String the published file path. False if the file or directory does not exist

web\Response $format

$format public property The response format. This determines how to convert $data into $content when the latter is not set. The value of this property must be one of the keys declared in the $formatters array. By default, the following formats are supported: FORMAT_RAW: the data will be treated as the response content without any conversion. No extra HTTP header will be added. FORMAT_HTML: the data will be treated as the response content without any conversion. The "Content-Type" header w