twig\ViewRenderer $twig

$twig public property Twig environment object that renders twig templates public \Twig_Environment $twig = null

db\DataReader $rowCount

$rowCount public read-only property Number of rows contained in the result. public integer getRowCount ( )

base\View EVENT_BEGIN_PAGE

EVENT_BEGIN_PAGE event of type yii\base\Event An event that is triggered by beginPage().

db\Migration dropCommentFromTable()

dropCommentFromTable() public method (available since version 2.0.8) Builds a SQL statement for dropping comment from table public void dropCommentFromTable ( $table )$table string The table whose column is to be commented. The table name will be properly quoted by the method.

elasticsearch\Connection $isActive

$isActive public read-only property Whether the DB connection is established public boolean getIsActive ( )

base\ErrorHandler register()

register() public method Register this error handler public void register ( )

log\FileTarget init()

init() public method Initializes the route. This method is invoked after the route is created by the route manager. public void init ( )

db\ActiveQuery EVENT_INIT

EVENT_INIT event of type \yii\db\Event An event that is triggered when the query is initialized via init().

db\QueryBuilder buildAndCondition()

buildAndCondition() public method Connects two or more SQL expressions with the AND or OR operator. public string buildAndCondition ( $operator, $operands, &$params )$operator string The operator to use for connecting the given operands $operands array The SQL expressions to connect. $params array The binding parameters to be populated return string The generated SQL expression

elasticsearch\Query $query

$query public property The query part of this search query. This is an array or json string that follows the format of the elasticsearch Query DSL. public array|string $query = null