PHP Class bubasuma\simplechat\console\FixtureController

Class FixtureController
Since: 2.0
Author: Buba Suma ([email protected])
Inheritance: extends yii\faker\FixtureController
Datei anzeigen Open project: bubasuma/yii2-simplechat Class Usage Examples

Public Properties

Property Type Description
$fixtureDataPath Alias to the fixture data path, where data files should be written.
$namespace default namespace to search fixtures in
$providers Additional data providers that can be created by user and will be added to the Faker generator. More info in Faker library docs.
$templatePath Alias to the template path, where all tables templates are stored.

Public Methods

Method Description
init ( )

Method Details

init() public method

public init ( )

Property Details

$fixtureDataPath public_oe property

Alias to the fixture data path, where data files should be written.
public $fixtureDataPath

$namespace public_oe property

default namespace to search fixtures in
public $namespace

$providers public_oe property

Additional data providers that can be created by user and will be added to the Faker generator. More info in Faker library docs.
public $providers

$templatePath public_oe property

Alias to the template path, where all tables templates are stored.
public $templatePath