codeception\BasePage $actor

$actor protected property The testing guy object protected \Codeception\Actor $actor = null

helpers\BaseInflector id2camel()

id2camel() public static method Converts an ID into a CamelCase name. Words in the ID separated by $separator (defaults to '-') will be concatenated into a CamelCase name. For example, 'post-tag' is converted to 'PostTag'. public static string id2camel ( $id, $separator = '-' )$id string The ID to be converted $separator string The character used to separate the words in the ID return string The resulting CamelCase name

gii\controllers\DefaultController $layout

$layout public property public $layout = 'generator'

gii\generators\extension\Generator $type

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

web\CookieCollection $iterator

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

web\View $metaTags

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

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

rest\Controller $serializer

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

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

elasticsearch\Exception getName()

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