base\Widget run()

run() public method Executes the widget. public string run ( )return string The result of widget execution to be outputted.

captcha\Captcha run()

run() public method Renders the widget. public void run ( )

base\Widget $autoIdPrefix

$autoIdPrefix public static property The prefix to the automatically generated widget IDs. See also getId(). public static string $autoIdPrefix = 'w'

di\NotInstantiableException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

db\Connection transaction()

transaction() public method Executes callback provided in a transaction. public mixed transaction ( callable $callback, $isolationLevel = null )$callback callable A valid PHP callback that performs the job. Accepts connection instance as parameter. $isolationLevel string|null The isolation level to use for this transaction. See yii\db\Transaction::begin() for details. return mixed Result of callback function throws Exception

elasticsearch\Query $aggregations

$aggregations public property List of aggregations to add to this query. See also http://www.elastic.co/guide/en/elasticsearch/reference/1.x/search-aggregations.html. public array $aggregations = []

debug\panels\RequestPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

data\Sort setAttributeOrders()

setAttributeOrders() public method (available since version 2.0.10) Sets up the currently sort information. public void setAttributeOrders ( $attributeOrders, $validate = true )$attributeOrders array|null Sort directions indexed by attribute names. Sort direction can be either SORT_ASC for ascending order or SORT_DESC for descending order. $validate boolean Whether to validate given attribute orders against $attributes and $enableMultiSort. If validation is enabled incorrect entries

debug\panels\ConfigPanel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )

debug\panels\DbPanel $profileLogs

$profileLogs public read-only property public array getProfileLogs ( )