test\ArrayFixture $data

$data public property The data rows. Each array element represents one row of data (column name => column value). public array $data = []

web\Request getIsPost()

getIsPost() public method Returns whether this is a POST request. public boolean getIsPost ( )return boolean Whether this is a POST request.

sphinx\Schema getCacheKey()

getCacheKey() protected method Returns the cache key for the specified index name. protected mixed getCacheKey ( $name )$name string The index name return mixed The cache key

sphinx\IndexSchema $name

$name public property Name of this index. public string $name = null

web\Request $parsers

$parsers public property The parsers for converting the raw HTTP request body into $bodyParams. The array keys are the request Content-Types, and the array values are the corresponding configurations for creating the parser objects. A parser must implement the yii\web\RequestParserInterface. To enable parsing for JSON requests you can use the yii\web\JsonParser class like in the following example: [ 'application/json' => 'yii\web\JsonParser', ] To register a parser for parsing all r

widgets\DetailView $options

$options public property The HTML attributes for the container tag of this widget. The tag option specifies what container tag should be used. It defaults to table if not set. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = ['class' => 'table table-striped table-bordered detail-view']

test\FixtureTrait createFixtures()

createFixtures() protected method Creates the specified fixture instances. All dependent fixtures will also be created. protected yii\test\Fixture[] createFixtures ( array $fixtures )$fixtures array The fixtures to be created. You may provide fixture names or fixture configurations. If this parameter is not provided, the fixtures specified in globalFixtures() and fixtures() will be created. return yii\test\Fixture[] The created fixture instances throws yii\base\InvalidConfigException

mongodb\ActiveQuery init()

init() public method Initializes the object. This method is called at the end of the constructor. The default implementation will trigger an EVENT_INIT event. If you override this method, make sure you call the parent implementation at the end to ensure triggering of the event. public void init ( )

twig\ViewRenderer $cachePath

$cachePath public property The directory or path alias pointing to where Twig cache will be stored. Set to false to disable templates cache. public string $cachePath = '@runtime/Twig/cache'

mongodb\file\Cursor __construct()

__construct() public method Constructor. public void __construct ( $collection, $cursor )$collection yii\mongodb\file\Collection $cursor \MongoDB\Driver\Cursor