PHP Class ZF2rapid\Generator\CrudGenerator\TableGatewayFactoryGenerator

Inheritance: extends Zend\Code\Generator\ClassGenerator
Show file Open project: zfrapid/zf2rapid Class Usage Examples

Protected Properties

Property Type Description
$config array

Public Methods

Method Description
__construct ( string $className, string $moduleName, string $tableName, array $config = [], array $loadedTables = [] )

Protected Methods

Method Description
addClassDocBlock ( string $className ) Add a class doc block
addCreateServiceMethod ( string $className, string $moduleName, string $tableName, array $loadedTable = [] ) Generate the create service method

Method Details

__construct() public method

public __construct ( string $className, string $moduleName, string $tableName, array $config = [], array $loadedTables = [] )
$className string
$moduleName string
$tableName string
$config array
$loadedTables array

addClassDocBlock() protected method

Add a class doc block
protected addClassDocBlock ( string $className )
$className string

addCreateServiceMethod() protected method

Generate the create service method
protected addCreateServiceMethod ( string $className, string $moduleName, string $tableName, array $loadedTable = [] )
$className string
$moduleName string
$tableName string
$loadedTable array

Property Details

$config protected property

protected array $config
return array