debug\panels\TimelinePanel getDuration()

getDuration() public method Request duration, milliseconds public float getDuration ( )

web\Request setBodyParams()

setBodyParams() public method Sets the request body parameters. See also: getBodyParam() getBodyParams() public void setBodyParams ( $values )$values array The request body parameters (name-value pairs)

console\controllers\ServeController options()

options() public method Returns the names of valid options for the action (id) An option requires the existence of a public member variable whose name is the option name. Child classes may override this method to specify possible options. Note that the values setting via options are not available until beforeAction() is being called. public array options ( $actionID )$actionID string The action id of the current request return array The names of the options valid for the action

sphinx\QueryBuilder getMatchBuilder()

getMatchBuilder() public method (available since version 2.0.6) public yii\sphinx\MatchBuilder getMatchBuilder ( )return yii\sphinx\MatchBuilder Match builder.

web\UrlManager $hostInfo

$hostInfo public property The host info (e.g. "http://www.example.com") that is used by createAbsoluteUrl() to prepend to created URLs. public string getHostInfo ( )public void setHostInfo ( $value )

authclient\BaseClient defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

base\Model getErrors()

getErrors() public method Returns the errors for all attributes or a single attribute. See also: getFirstErrors() getFirstError() public array getErrors ( $attribute = null )$attribute string Attribute name. Use null to retrieve errors for all attributes. return array Errors for all attributes or the specified attribute. Empty array is returned if no error. Note that when returning errors for all attributes, the result is a two-dimensional array, like the following: [ 'username' =&

i18n\GettextMoFile readInteger()

readInteger() protected method Reads a 4-byte integer. protected integer readInteger ( $fileHandle )$fileHandle resource To read from return integer The result

db\ColumnSchemaBuilder append()

append() public method (available since version 2.0.9) Specify additional SQL to be appended to schema string. public $this append ( $sql )$sql string The SQL string to be appended.

debug\Panel $tag

$tag public property Request data set identifier. public string $tag = null