debug\TimelineAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/debug/assets'

bootstrap\ButtonDropdown $options

$options public property The HTML attributes of the button. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

bootstrap\Carousel renderItems()

renderItems() public method Renders carousel items as specified on $items. public string renderItems ( )return string The rendering result

bootstrap\ButtonDropdown $label

$label public property The button label public string $label = 'Button'

base\Application bootstrap()

bootstrap() protected method Initializes extensions and executes bootstrap components. This method is called by init() after the application has been fully configured. If you override this method, make sure you also call the parent implementation. protected void bootstrap ( )

sphinx\MatchBuilder buildSimpleMatch()

buildSimpleMatch() public method Creates an Match expressions like "column" operator value. public string buildSimpleMatch ( $operator, $operands, &$params )$operator string The operator to use. Anything could be used e.g. >, <=, etc. $operands array Contains two column names. $params array The expression parameters to be populated return string The MATCH expression throws yii\base\InvalidParamException on invalid operands count.

db\mssql\QueryBuilder oldBuildOrderByAndLimit()

oldBuildOrderByAndLimit() protected method Builds the ORDER BY/LIMIT/OFFSET clauses for SQL SERVER 2005 to 2008. protected string oldBuildOrderByAndLimit ( $sql, $orderBy, $limit, $offset )$sql string The existing SQL (without ORDER BY/LIMIT/OFFSET) $orderBy array The order by columns. See \yii\db\mssql\Query::orderBy for more details on how to specify this parameter. $limit integer The limit number. See \yii\db\mssql\Query::limit for more details. $offset integer The offset number

bootstrap\Collapse init()

init() public method Initializes the widget. public void init ( )

bootstrap\Collapse $items

$items public property List of groups in the collapse widget. Each array element represents a single group with the following structure: label: string, required, the group header label. encode: boolean, optional, whether this label should be HTML-encoded. This param will override global $this->encodeLabels param. content: array|string|object, required, the content (HTML) of the group options: array, optional, the HTML attributes of the group contentOptions: optional, the HTML attributes

elasticsearch\Command indexExists()

indexExists() public method Checks whether an index exists See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-exists.html. public mixed indexExists ( $index )$index