Public Member Functions | |
__toString () | |
resolveTranslatedNameByLanguage ($language) | |
Static Public Member Functions | |
static | getByName ($name) |
static | getDefaultMetadata () |
Static Protected Member Functions | |
static | translatedAttributeLabels ($language) |
Stores state information for Contacts.
Definition at line 40 of file ContactState.php.
__toString | ( | ) |
Returns the displayable string for the class. Should be overridden in any model that can provide a meaningful string representation of itself.
Reimplemented from RedBeanModel.
Definition at line 58 of file ContactState.php.
static getDefaultMetadata | ( | ) | [static] |
Returns the default meta data for the class. It must be appended to the meta data from the parent model, if any.
Reimplemented from RedBeanModel.
Definition at line 67 of file ContactState.php.
resolveTranslatedNameByLanguage | ( | $ | language | ) |
$param string $language
Definition at line 96 of file ContactState.php.