sphinx\Schema $queryBuilder

$queryBuilder public read-only property The query builder for this connection. public yii\sphinx\QueryBuilder getQueryBuilder ( )

mongodb\rbac\MongoDbManager removeAllRules()

removeAllRules() public method Removes all rules. All roles and permissions which have rules will be adjusted accordingly. public void removeAllRules ( )

sphinx\Schema findIndexes()

findIndexes() protected method Returns all index names in the Sphinx. protected array findIndexes ( )return array All index names in the Sphinx.

smarty\ViewRenderer $smarty

$smarty protected property The Smarty object used for rendering protected \Smarty $smarty = null

mail\BaseMailer createMessage()

createMessage() protected method Creates a new message instance. The newly created instance will be initialized with the configuration specified by $messageConfig. If the configuration does not specify a 'class', the $messageClass will be used as the class of the new message instance. protected yii\mail\MessageInterface createMessage ( )return yii\mail\MessageInterface Message instance.

rbac\DbManager getRules()

getRules() public method Returns all rules available in the system. public yii\rbac\Rule[] getRules ( )return yii\rbac\Rule[] The rules indexed by the rule names

sphinx\QueryBuilder callKeywords()

callKeywords() public method Builds a SQL statement for returning tokenized and normalized forms of the keywords, and, optionally, keyword statistics. public string callKeywords ( $index, $text, $fetchStatistic, &$params )$index string The name of the index from which to take the text processing settings $text string The text to break down to keywords. $fetchStatistic boolean Whether to return document and hit occurrence statistics $params array The binding parameters that will

sphinx\QueryBuilder buildOrderByAndLimit()

buildOrderByAndLimit() public method Builds the ORDER BY and LIMIT/OFFSET clauses and appends them to the given SQL. public string buildOrderByAndLimit ( $sql, $orderBy, $limit, $offset )$sql string The existing SQL (without ORDER BY/LIMIT/OFFSET) $orderBy array The order by columns. See yii\sphinx\Query::orderBy() for more details on how to specify this parameter. $limit integer The limit number. See yii\sphinx\Query::limit() for more details. $offset integer The offset number. Se

sphinx\QueryBuilder $querySeparator

$querySeparator public property Separator between different SQL queries. This is mainly used by build() when generating a SQL statement. public string $querySeparator = "; "

elasticsearch\Connection selectActiveNode()

selectActiveNode() protected method Select active node randomly protected void selectActiveNode ( )