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'

caching\Dependency generateReusableHash()

generateReusableHash() protected method Generates a unique hash that can be used for retrieving reusable dependency data. See also $reusable. protected string generateReusableHash ( )return string A unique hash value for this cache dependency.

caching\ExpressionDependency generateDependencyData()

generateDependencyData() protected method Generates the data needed to determine if dependency has been changed. This method returns the result of the PHP expression. protected mixed generateDependencyData ( $cache )$cache yii\caching\Cache The cache component that is currently evaluating this dependency return mixed The data needed to determine if dependency has been changed.

grid\DataColumn $value

$value public property An anonymous function or a string that is used to determine the value to display in the current column. If this is an anonymous function, it will be called for each row and the return value will be used as the value to display for every data model. The signature of this function should be: function ($model, $key, $index, $column). Where $model, $key, and $index refer to the model, key and index of the row currently being rendered and $column is a reference to the yii\

debug\controllers\DefaultController loadData()

loadData() public method public void loadData ( $tag, $maxRetry = 0 )$tag $maxRetry