Structure
implements
Item
Table of Contents
Interfaces
- Item
Constants
-
DEFAULT_STRUCTURE_XML_ID
= 'COMPANY_STRUCTURE'
Properties
-
$createdAt
: DateTime|null
-
$createdBy
: int|null
-
$id
: int|null
-
$name
: string
-
$type
: StructureType|null
-
$updatedAt
: DateTime|null
-
$xmlId
: string|null
Methods
-
__construct()
: mixed
DEFAULT_STRUCTURE_XML_ID
public
mixed
DEFAULT_STRUCTURE_XML_ID
= 'COMPANY_STRUCTURE'
$createdAt
public
DateTime|null
$createdAt
= null
$createdBy
public
int|null
$createdBy
= null
$id
public
int|null
$id
= null
$name
public
string
$name
$type
public
StructureType|null
$type
= StructureType::DEFAULT
$updatedAt
public
DateTime|null
$updatedAt
= null
$xmlId
public
string|null
$xmlId
= null
__construct()
public
__construct(string $name[, StructureType|null $type = StructureType::DEFAULT ][, int|null $id = null ][, string|null $xmlId = null ][, int|null $createdBy = null ][, DateTime|null $createdAt = null ][, DateTime|null $updatedAt = null ]) : mixed
Parameters
-
$name
: string
-
-
$type
: StructureType|null
= StructureType::DEFAULT
-
-
$id
: int|null
= null
-
-
$xmlId
: string|null
= null
-
-
$createdBy
: int|null
= null
-
-
$createdAt
: DateTime|null
= null
-
-
$updatedAt
: DateTime|null
= null
-