twig\ViewRenderer $lexerOptions

$lexerOptions public write-only property Twig lexer options. Example: Smarty-like syntax: `php [ 'tag_comment' => ['{*', '*}'], 'tag_block' => ['{', '}'], 'tag_variable' => ['{$', '}'] ] ` See also http://twig.sensiolabs.org/doc/recipes.html#customizing-the-syntax. public void setLexerOptions ( $options )

mongodb\debug\MongoDbPanel $name

$name public read-only property Name of the panel public string getName ( )

sphinx\QueryBuilder buildWithin()

buildWithin() public method public string buildWithin ( $columns )$columns array return string The ORDER BY clause built from \yii\sphinx\query.

web\View clear()

clear() public method Clears up the registered meta tags, link tags, css/js scripts and files. public void clear ( )

bootstrap\Carousel $controls

$controls public property The labels for the previous and the next control buttons. If false, it means the previous and the next control buttons should not be displayed. public array|boolean $controls = ['‹', '›']

web\IdentityInterface findIdentityByAccessToken()

findIdentityByAccessToken() public abstract static method Finds an identity by the given token. public abstract static yii\web\IdentityInterface findIdentityByAccessToken ( $token, $type = null )$token mixed The token to be looked for $type mixed The type of the token. The value of this parameter depends on the implementation. For example, yii\filters\auth\HttpBearerAuth will set this parameter to be yii\filters\auth\HttpBearerAuth. return yii\web\IdentityInterface The identity objec

sphinx\MatchBuilder build()

build() public method Generates the MATCH expression from given yii\sphinx\MatchExpression object. public string build ( $match )$match yii\sphinx\MatchExpression The yii\sphinx\MatchExpression object from which the MATCH expression will be generated. return string Generated MATCH expression.

debug\panels\LogPanel getModels()

getModels() protected method Returns an array of models that represents logs of the current request. Can be used with data providers, such as \yii\data\ArrayDataProvider. protected array getModels ( $refresh = false )$refresh boolean If need to build models from log messages and refresh them. return array Models

helpers\BaseHtml renderSelectOptions()

renderSelectOptions() public static method Renders the option tags that can be used by dropDownList() and listBox(). public static string renderSelectOptions ( $selection, $items, &$tagOptions = [] )$selection string|array|null The selected value(s). String for single or array for multiple selection(s). $items array The option data items. The array keys are option values, and the array values are the corresponding option labels. The array can also be nested (i.e. some array value

rest\Serializer addPaginationHeaders()

addPaginationHeaders() protected method Adds HTTP headers about the pagination to the response. protected void addPaginationHeaders ( $pagination )$pagination yii\data\Pagination