class Generator

Methods

__construct( string $db_filepath = null, string $generator = 'csv')

No description

$this
setDbFilepath($path)

No description

string
getDbFilepath()

No description

$this
setGenerator($name)

No description

getGenerator()

No description

bool
generate()

No description

Details

at line 46
__construct( string $db_filepath = null, string $generator = 'csv')

Parameters

string $db_filepath
string $generator

at line 60
$this setDbFilepath($path)

Parameters

$path

Return Value

$this

at line 69
string getDbFilepath()

Return Value

string

at line 78
$this setGenerator($name)

Parameters

$name

Return Value

$this

at line 101
GeneratorInterface getGenerator()

Return Value

GeneratorInterface

at line 110
bool generate()

Return Value

bool

Exceptions

I18nException