ZMObject
└─ZMAbstractLocale
public abstract class ZMAbstractLocale
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| void | getCode() {@inheritDoc} |
| void | getFormat(mixed group, mixed type) Since the underlying locale.yaml file has no fixed format it is possible to add your own formats and types by just following the existing structures. |
| void | getName() {@inheritDoc} |
| void | init(mixed locale) {@inheritDoc} |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct()
Create new instance.
public void getCode()
public void getFormat(mixed group, mixed type)
Since the underlying locale.yaml file has no fixed format it is possible to add
your own formats and types by just following the existing structures.
public void getName()
public void init(mixed locale)
Abstract base class for
Localeimplementations.