rest\Serializer $response

$response public property The response to be sent. If not set, the response application component will be used. public yii\web\Response $response = null

filters\RateLimiter $user

$user public property The user object that implements the RateLimitInterface. If not set, it will take the value of Yii::$app->user->getIdentity(false). public yii\filters\RateLimitInterface $user = null

rest\Serializer $pageCountHeader

$pageCountHeader public property The name of the HTTP header containing the information about total number of pages of data. This is used when serving a resource collection with pagination. public string $pageCountHeader = 'X-Pagination-Page-Count'

console\controllers\FixtureController actionLoad()

actionLoad() public method Loads the specified fixture data. For example, # load the fixture data specified by User and UserProfile. # any existing fixture data will be removed first yii fixture/load "User, UserProfile" # load all available fixtures found under 'tests\unit\fixtures' yii fixture/load "*" # load all fixtures except User and UserProfile yii fixture/load "*, -User, -UserProfile" public integer actionLoad ( array $fixturesInput = [] )$fixturesInput array return integer Re

behaviors\AttributeTypecastBehavior detectAttributeTypes()

detectAttributeTypes() protected method Composes default value for $attributeTypes from the owner validation rules. protected array detectAttributeTypes ( )return array Attribute type map.

filters\ContentNegotiator $request

$request public property The current request. If not set, the request application component will be used. public yii\web\Request $request = null

bootstrap\Modal renderFooter()

renderFooter() protected method Renders the HTML markup for the footer of the modal protected string renderFooter ( )return string The rendering result

log\Logger init()

init() public method Initializes the logger by registering flush() as a shutdown function. public void init ( )

base\Request $scriptFile

$scriptFile public property Entry script file path (processed w/ realpath()) public string getScriptFile ( )public void setScriptFile ( $value )

caching\FileCache init()

init() public method Initializes this component by ensuring the existence of the cache path. public void init ( )