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.

Return Value

PropertyInfo[]

at line 45
PropertyInfo getProperty(string $propertyName)

Searches for the public property with the specified name.

Parameters

string $propertyName

Return Value

PropertyInfo

at line 59
abstract protected PropertyInfo[] loadProperties()

Return Value

PropertyInfo[]

at line 60
abstract isMain()