base\Module $layout

$layout public property The layout that should be applied for views within this module. This refers to a view name relative to $layoutPath. If this is not set, it means the layout value of the parent module will be taken. If this is false, layout will be disabled within this module. public string|boolean $layout = null

db\TableSchema $primaryKey

$primaryKey public property Primary keys of this table. public string[] $primaryKey = []

web\HttpException $statusCode

$statusCode public property HTTP status code, such as 403, 404, 500, etc. public integer $statusCode = null

gii\generators\crud\Generator $controllerClass

$controllerClass public property public $controllerClass = null

console\Controller $helpSummary

$helpSummary public read-only property public string getHelpSummary ( )

authclient\OAuthToken $isExpired

$isExpired public read-only property Is token expired. public boolean getIsExpired ( )

Resources

Fields Links Collections RESTful APIs are all about accessing and manipulating resources. You may view resources as models in the MVC paradigm. While there is no restriction in how to represent a resource, in Yii you usually would represent resources in terms of objects of yii\base\Model or its child classes (e.g. yii\db\ActiveRecord), for the following reasons: yii\base\Model implements the yii\base\Arrayable interface, which allows you to customize how you want to expose resource data throu

elasticsearch\Command $indexStatus

$indexStatus public read-only property public mixed getIndexStatus ( $index = '_all' )

debug\models\search\Timeline $category

$category public property Attribute search public string $category = null

elasticsearch\BatchQueryResult next()

next() public method Moves the internal pointer to the next dataset. This method is required by the interface Iterator. public void next ( )