sphinx\QueryBuilder buildMatch()

buildMatch() public method public string buildMatch ( $match, &$params )$match string|yii\db\Expression|yii\sphinx\MatchExpression Match condition $params array The binding parameters to be populated return string Generated MATCH expression

swiftmailer\Message getFrom()

getFrom() public method Returns the message sender. public string getFrom ( )return string The sender

grid\DataColumn $filterInputOptions

$filterInputOptions public property The HTML attributes for the filter input fields. This property is used in combination with the $filter property. When $filter is not set or is an array, this property will be used to render the HTML attributes for the generated filter input fields. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $filterInputOptions = ['class' => 'form-control', 'id' => null]

web\AssetConverter convert()

convert() public method Converts a given asset file into a CSS or JS file. public string convert ( $asset, $basePath )$asset string The asset file path, relative to $basePath $basePath string The directory the $asset is relative to. return string The converted asset file path, relative to $basePath.

twig\ViewRenderer $twigFallbackPaths

$twigFallbackPaths public property (available since version 2.0.5) Twig fallback paths public array $twigFallbackPaths = []

mongodb\file\Collection createDownload()

createDownload() public method (available since version 2.1) Creates download command. public yii\mongodb\file\Download createDownload ( $document )$document array|\MongoDB\BSON\ObjectID File document ot be downloaded. return yii\mongodb\file\Download File download instance.

log\Target collect()

collect() public method Processes the given log messages. This method will filter the given messages with $levels and $categories. And if requested, it will also export the filtering result to specific medium (e.g. email). public void collect ( $messages, $final )$messages array Log messages to be processed. See yii\log\Logger::$messages for the structure of each message. $final boolean Whether this method is called at the end of the current application

caching\MemCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. See also \MemcachePool::set(). protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return boolean True if t

mongodb\Query buildCursor()

buildCursor() public method Builds the Mongo cursor for this query. public \MongoDB\Driver\Cursor buildCursor ( $db = null )$db yii\mongodb\Connection The database connection used to execute the query. return \MongoDB\Driver\Cursor Mongo cursor instance.

mongodb\file\Download getChunkIterator()

getChunkIterator() public method Returns iterator for the file chunks cursor. public Iterator getChunkIterator ( $refresh = false )$refresh boolean Whether to recreate iterator, if it is already exist. return Iterator Chuck cursor iterator.