sphinx\MatchExpression orMatch()

orMatch() public method Adds an additional MATCH condition to the existing one. The new condition and the existing one will be joined using the 'OR' ('|') operator. See also: match() andMatch() public $this orMatch ( $condition, $params = [] )$condition string|array|yii\db\Expression The new WHERE condition. Please refer to match() on how to specify this parameter. $params array The parameters (name => value) to be parsed into the query. return $this The expression object itself

base\Response send()

send() public method Sends the response to client. public void send ( )

web\YiiAsset $depends

$depends public property public $depends = ['yii\web\JqueryAsset']

rest\UrlRule $ruleConfig

$ruleConfig public property The default configuration for creating each URL rule contained by this rule. public array $ruleConfig = ['class' => 'yii\web\UrlRule']

base\Model $errors

$errors public read-only property Errors for all attributes or the specified attribute. Empty array is returned if no error. Note that when returning errors for all attributes, the result is a two-dimensional array, like the following: [ 'username' => [ 'Username is required.', 'Username must contain only word characters.', ], 'email' => [ 'Email address is invalid.', ] ] public array getErrors ( $attribute = null )

debug\Panel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar

i18n\MissingTranslationEvent $language

$language public property The language ID (e.g. en-US) that the message is to be translated to public string $language = null

db\Connection EVENT_COMMIT_TRANSACTION

EVENT_COMMIT_TRANSACTION event of type \yii\db\Event An event that is triggered right after a top-level transaction is committed

debug\panels\MailPanel $name

$name public read-only property Name of the panel public string getName ( )

mail\MessageInterface getCc()

getCc() public abstract method Returns the Cc (additional copy receiver) addresses of this message. public abstract array getCc ( )return array The Cc (additional copy receiver) addresses of this message.