web\Request $csrfCookie

$csrfCookie public property The configuration for creating the CSRF cookie. This property is used only when both $enableCsrfValidation and $enableCsrfCookie are true. public array $csrfCookie = ['httpOnly' => true]

web\HeaderCollection get()

get() public method Returns the named header(s). public string|array get ( $name, $default = null, $first = true )$name string The name of the header to return $default mixed The value to return in case the named header does not exist $first boolean Whether to only return the first header of the specified name. If false, all headers of the specified name will be returned. return string|array The named header(s). If $first is true, a string will be returned; If $first is false, an

db\QueryBuilder buildUnion()

buildUnion() public method public string buildUnion ( $unions, &$params )$unions array $params array The binding parameters to be populated return string The UNION clause built from yii\db\Query::$union.

db\SchemaBuilderTrait date()

date() public method (available since version 2.0.6) Creates a date column. public yii\db\ColumnSchemaBuilder date ( )return yii\db\ColumnSchemaBuilder The column instance which can be further customized.

debug\Module renderToolbar()

renderToolbar() public method Renders mini-toolbar at the end of page body. public void renderToolbar ( $event )$event yii\base\Event

console\controllers\AssetController saveTargets()

saveTargets() protected method Saves new asset bundles configuration. protected void saveTargets ( $targets, $bundleFile )$targets yii\web\AssetBundle[] List of asset bundles to be saved. $bundleFile string Output file name. throws yii\console\Exception on failure.

web\HeaderCollection offsetExists()

offsetExists() public method Returns whether there is a header with the specified name. This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like isset($collection[$name]). public boolean offsetExists ( $name )$name string The header name return boolean Whether the named header exists

mongodb\file\Upload cancel()

cancel() public method Cancels the upload. public void cancel ( )

authclient\OAuth1 generateCommonRequestParams()

generateCommonRequestParams() protected method Generate common request params like version, timestamp etc. protected array generateCommonRequestParams ( )return array Common request params.

filters\VerbFilter beforeAction()

beforeAction() public method public boolean beforeAction ( $event )$event yii\base\ActionEvent throws yii\web\MethodNotAllowedHttpException when the request method is not allowed.