PHP Класс bubasuma\simplechat\console\FixtureController

Class FixtureController
С версии: 2.0
Автор: Buba Suma ([email protected])
Наследование: extends yii\faker\FixtureController
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
init ( )

Описание методов

init() публичный Метод

public init ( )

Описание свойств

$fixtureDataPath публичное свойство

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

$namespace публичное свойство

default namespace to search fixtures in
public $namespace

$providers публичное свойство

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 публичное свойство

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