web\Request getBodyParams()

getBodyParams() public method Returns the request parameters given in the request body. Request parameters are determined using the parsers configured in $parsers property. If no parsers are configured for the current $contentType it uses the PHP function mb_parse_str() to parse the request body. See also: getMethod() getBodyParam() setBodyParams() public array getBodyParams ( )return array The request parameters given in the request body. throws yii\base\InvalidConfigException if a re

db\BaseActiveRecord updateCounters()

updateCounters() public method Updates one or several counter columns for the current AR object. Note that this method differs from updateAllCounters() in that it only saves counters for the current AR object. An example usage is as follows: $post = Post::findOne($id); $post->updateCounters(['view_count' => 1]); See also updateAllCounters(). public boolean updateCounters ( $counters )$counters array The counters to be updated (attribute name => increment value) Use negative val

rbac\Item $updatedAt

$updatedAt public property UNIX timestamp representing the item updating time public integer $updatedAt = null

debug\panels\AssetPanel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view

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 = []

faker\FixtureController checkPaths()

checkPaths() public method Check if the template path and migrations path exists and writable. public void checkPaths ( )

bootstrap\ButtonDropdown run()

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

web\Request $referrer

$referrer public read-only property URL referrer, null if not available public string|null getReferrer ( )

bootstrap\Modal $header

$header public property The header content in the modal window. public string $header = null