class PropertyInfo

Entity data model

Properties

protected string $name Property name
protected string $type Property type
protected string $defaultValue Property default value
protected boolean $isPrimary Property primary status
protected boolean $isIdentity Property identity status
protected boolean $isNavigation Property navigation status

Methods

__construct(string $name, string $type, string $defaultValue, boolean $isPrimary, boolean $isIdentity, boolean $isNavigation)

Class Constructor

string
getName()

No description

string
getType()

No description

string
getDefaultValue()

No description

boolean
isPrimary()

No description

boolean
isIdentity()

No description

boolean
isNavigation()

No description

Details

at line 63
__construct(string $name, string $type, string $defaultValue, boolean $isPrimary, boolean $isIdentity, boolean $isNavigation)

Class Constructor

Parameters

string $name
string $type
string $defaultValue
boolean $isPrimary
boolean $isIdentity
boolean $isNavigation

at line 76
string getName()

Return Value

string

at line 84
string getType()

Return Value

string

at line 92
string getDefaultValue()

Return Value

string

at line 100
boolean isPrimary()

Return Value

boolean

at line 108
boolean isIdentity()

Return Value

boolean

at line 116
boolean isNavigation()

Return Value

boolean