DataType
class DataType
Entity data model
Methods
getProperties()
Returns all the public properties of the current Type.
getProperty(string $propertyName)
Searches for the public property with the specified name.
loadProperties()
No description
isMain()
No description
Details
at line 30
PropertyInfo[]
getProperties()
Returns all the public properties of the current Type.
at line 45
PropertyInfo
getProperty(string $propertyName)
Searches for the public property with the specified name.