di\Container invoke()

invoke() public method (available since version 2.0.7) Invoke a callback with resolving dependencies in parameters. This methods allows invoking a callback and let type hinted parameter names to be resolved as objects of the Container. It additionally allow calling function using named parameters. For example, the following callback may be invoked using the Container to resolve the formatter dependency: $formatString = function($string, \yii\i18n\Formatter $formatter) { // ... } Yii::$co

mongodb\Query select()

select() public method Sets the list of fields of the results to return. public $this select ( array $fields )$fields array Fields of the results to return. return $this The query object itself.

debug\models\search\Debug $tag

$tag public property Tag attribute input search value public string $tag = null

debug\components\TimelineDataProvider getColor()

getColor() public method Getting HEX color based on model duration public string getColor ( $model )$model array

debug\components\search\matchers\MatcherInterface match()

match() public abstract method Checks if the value passed matches base value. public abstract boolean match ( $value )$value mixed Value to be matched return boolean If there is a match

debug\components\TimelineDataProvider getRulers()

getRulers() public method Ruler items, key milliseconds, value offset left public array getRulers ( $line = 10 )$line integer Number of columns

debug\controllers\DefaultController actionView()

actionView() public method public void actionView ( $tag = null, $panel = null )$tag $panel

db\QueryBuilder truncateTable()

truncateTable() public method Builds a SQL statement for truncating a DB table. public string truncateTable ( $table )$table string The table to be truncated. The name will be properly quoted by the method. return string The SQL statement for truncating a DB table.

debug\LogTarget __construct()

__construct() public method public void __construct ( $module, $config = [] )$module yii\debug\Module $config array

widgets\Pjax $formSelector

$formSelector public property The jQuery selector of the forms whose submissions should trigger pjax requests. If not set, all forms with data-pjax attribute within the enclosed content of Pjax will trigger pjax requests. If set to false, no code will be registered to handle forms. Note that if the response to the pjax request is a full page, a normal request will be sent again. public string|false $formSelector = null