PropertyInfo
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