class SpecificValueI18n extends DataType

Methods

getProperties()

Returns all the public properties of the current Type.

from DataType
getProperty(string $propertyName)

Searches for the public property with the specified name.

from DataType
loadProperties()

No description

isMain()

No description

Details

in DataType at line 30
PropertyInfo[] getProperties()

Returns all the public properties of the current Type.

Return Value

PropertyInfo[]

in DataType at line 45
PropertyInfo getProperty(string $propertyName)

Searches for the public property with the specified name.

Parameters

string $propertyName

Return Value

PropertyInfo

at line 17
protected PropertyInfo[] loadProperties()

Return Value

PropertyInfo[]

at line 31
isMain()