filters\Cors $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

bootstrap\Button $tagName

$tagName public property The tag to use to render the button public string $tagName = 'button'

elasticsearch\Exception getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

rest\Controller $serializer

$serializer public property The configuration for creating the serializer that formats the response data. public string|array $serializer = 'yii\rest\Serializer'

db\ActiveRecord findByCondition()

findByCondition() protected static method Finds ActiveRecord instance(s) by the given condition. This method is internally called by findOne() and findAll(). protected static yii\db\ActiveQueryInterface findByCondition ( $condition )$condition mixed Please refer to findOne() for the explanation of this parameter return yii\db\ActiveQueryInterface The newly created ActiveQuery instance. throws yii\base\InvalidConfigException if there is no primary key defined

web\View $metaTags

$metaTags public property The registered meta tags. See also registerMetaTag(). public array $metaTags = null

web\CookieCollection $iterator

$iterator public read-only property An iterator for traversing the cookies in the collection. public ArrayIterator getIterator ( )

gii\generators\extension\Generator $type

$type public property public $type = "yii2-extension"

gii\controllers\DefaultController $layout

$layout public property public $layout = 'generator'

data\BaseDataProvider $sort

$sort public property The sorting object. If this is false, it means the sorting is disabled. public yii\data\Sort|boolean getSort ( )public void setSort ( $value )