GenerateDto
FinalYes
Table of Contents
Properties
- $moduleId : string|null
- $namespace : string|null
- $psr4 : bool
- $rootFolder : string|null
- $tableName : string
Methods
- __construct() : mixed
Properties
$moduleId read-only
public
string|null
$moduleId
= null
$namespace read-only
public
string|null
$namespace
= null
$psr4 read-only
public
bool
$psr4
= true
$rootFolder read-only
public
string|null
$rootFolder
= null
$tableName read-only
public
string
$tableName
Methods
__construct()
public
__construct(string $tableName[, string|null $namespace = null ][, string|null $moduleId = null ][, string|null $rootFolder = null ][, bool $psr4 = true ]) : mixed
Parameters
- $tableName : string
- $namespace : string|null = null
- $moduleId : string|null = null
- $rootFolder : string|null = null
- $psr4 : bool = true