web\User renewIdentityCookie()

renewIdentityCookie() protected method Renews the identity cookie. This method will set the expiration time of the identity cookie to be the current time plus the originally specified cookie duration. protected void renewIdentityCookie ( )

debug\panels\ProfilingPanel $summary

$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )

mongodb\debug\MongoDbPanel getProfileLogs()

getProfileLogs() public method Returns all profile logs of the current request for this panel. public array getProfileLogs ( )

db\Command dropTable()

dropTable() public method Creates a SQL command for dropping a DB table. public $this dropTable ( $table )$table string The table to be dropped. The name will be properly quoted by the method. return $this The command object itself

gii\generators\controller\Generator rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

base\Application $requestedParams

$requestedParams public property The parameters supplied to the requested action. public array $requestedParams = null

web\UrlManager createAbsoluteUrl()

createAbsoluteUrl() public method Creates an absolute URL using the given route and query parameters. This method prepends the URL created by createUrl() with the $hostInfo. Note that unlike yii\helpers\Url::toRoute(), this method always treats the given route as an absolute route. See also createUrl(). public string createAbsoluteUrl ( $params, $scheme = null )$params string|array Use a string to represent a route (e.g. site/index), or an array to represent a route with query paramete

faker\FixtureController $fixtureDataPath

$fixtureDataPath public property Alias to the fixture data path, where data files should be written. public string $fixtureDataPath = '@tests/unit/fixtures/data'

base\Module $id

$id public property An ID that uniquely identifies this module among other modules which have the same parent. public string $id = null

sphinx\Query options()

options() public method Sets the query options. See also addOptions(). public $this options ( $options )$options array Query options in format: optionName => optionValue return $this The query object itself