base\Model hasErrors()

hasErrors() public method Returns a value indicating whether there is any validation error. public boolean hasErrors ( $attribute = null )$attribute string|null Attribute name. Use null to check all attributes. return boolean Whether there is any error.

i18n\Formatter $thousandSeparator

$thousandSeparator public property The character displayed as the thousands separator (also called grouping separator) character when formatting a number. If not set, the thousand separator corresponding to $locale will be used. If PHP intl extension is not available, the default value is ','. public string $thousandSeparator = null

i18n\Formatter init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

debug\components\TimelineDataProvider __construct()

__construct() public method TimelineDataProvider constructor. public void __construct ( yii\debug\panels\TimelinePanel $panel, $config = [] )$panel yii\debug\panels\TimelinePanel $config array

sphinx\QueryBuilder getMatchBuilder()

getMatchBuilder() public method (available since version 2.0.6) public yii\sphinx\MatchBuilder getMatchBuilder ( )return yii\sphinx\MatchBuilder Match builder.

i18n\Formatter asTime()

asTime() public method Formats the value as a time. See also $timeFormat. public string asTime ( $value, $format = null )$value integer|string|DateTime The value to be formatted. The following types of value are supported: an integer representing a UNIX timestamp a string that can be parsed to create a DateTime object. The timestamp is assumed to be in $defaultTimeZone unless a time zone is explicitly given. a PHP DateTime object $format string The format used to convert the value in

sphinx\Query match()

match() public method Sets the fulltext query text. This text will be composed into MATCH operator inside the WHERE clause. Note: this value will be processed by yii\sphinx\Connection::escapeMatchValue(), if you need to compose complex match condition use yii\db\Expression: $query = new Query(); $query->from('my_index') ->match(new Expression(':match', ['match' => '@(content) ' . Yii::$app->sphinx->escapeMatchValue($matchValue)])) ->all(); public $this match ( $

i18n\Formatter asBoolean()

asBoolean() public method Formats the value as a boolean. See also $booleanFormat. public string asBoolean ( $value )$value mixed The value to be formatted. return string The formatted result.

mail\MessageInterface setSubject()

setSubject() public abstract method Sets the message subject. public abstract $this setSubject ( $subject )$subject string Message subject return $this Self reference.

authclient\BaseOAuth $version

$version public property Protocol version. public string $version = '1.0'