sphinx\QueryBuilder buildSimpleCondition()

buildSimpleCondition() public method Creates an SQL expressions like "column" operator value. public string buildSimpleCondition ( $indexes, $operator, $operands, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $operator string The operator to use. Anything could be used e.g. >, <=, etc. $operands array Contains two column names. $params array The binding parameters to be populated return string The generated SQL expression throws

web\Session getFlash()

getFlash() public method Returns a flash message. See also: setFlash() addFlash() hasFlash() getAllFlashes() removeFlash() public mixed getFlash ( $key, $defaultValue = null, $delete = false )$key string The key identifying the flash message $defaultValue mixed Value to be returned if the flash message does not exist. $delete boolean Whether to delete this flash message right after this method is called. If false, the flash message will be automatically deleted in the next request.

mongodb\LogBuilder processData()

processData() protected method Pre-processes the log data before sending it to json_encode(). protected mixed processData ( $data )$data mixed Raw data. return mixed The processed data.

gii\generators\module\Generator requiredTemplates()

requiredTemplates() public method Returns a list of code template files that are required. Derived classes usually should override this method if they require the existence of certain template files. public array requiredTemplates ( )return array List of code template files that are required. They should be file paths relative to $templatePath.

mongodb\i18n\MongoDbMessageSource loadMessagesFromDb()

loadMessagesFromDb() protected method Loads the messages from MongoDB. You may override this method to customize the message storage in the MongoDB. protected array loadMessagesFromDb ( $category, $language )$category string The message category. $language string The target language. return array The messages loaded from database.

db\oci\ColumnSchemaBuilder __toString()

__toString() public method Builds the full string for the column's schema public string __toString ( )

web\CookieCollection get()

get() public method Returns the cookie with the specified name. See also getValue(). public yii\web\Cookie get ( $name )$name string The cookie name return yii\web\Cookie The cookie with the specified name. Null if the named cookie does not exist.

grid\ActionColumn $headerOptions

$headerOptions public property The HTML attributes for the header cell tag. The HTML attributes for the header cell tag. public array $headerOptions = ['class' => 'action-column']

authclient\Collection hasClient()

hasClient() public method Checks if client exists in the hub. public boolean hasClient ( $id )$id string Client id. return boolean Whether client exist.

sphinx\Query setConnection()

setConnection() public method public $this setConnection ( $connection )$connection yii\sphinx\Connection Sphinx connection instance return $this The query object itself