Store
public class Store
| Field Summary | |
|---|---|
| final mixed | |
| final mixed | The package identifier. |
| Constructor Summary | |
|---|---|
Store() Prevent instantiation of this static class. |
|
| Method Summary | |
|---|---|
| static array | Gets configuration definitions used by the Store package. |
| static array | Gets the packages this package depends on. |
| static void | gettext(mixed message) |
| static void | ngettext(mixed singular_message, mixed plural_message, mixed number) |
| static void | |
public final mixed GETTEXT_DOMAIN = 'store'
public final mixed PACKAGE_ID = 'Store'
The package identifier
public Store()
Prevent instantiation of this static class
public static array getConfigDefinitions()
Gets configuration definitions used by the Store package
Applications should add these definitions to their config module before loading the application configuration.
public static array getDependencies()
Gets the packages this package depends on
public static void gettext(mixed message)
public static void ngettext(mixed singular_message, mixed plural_message, mixed number)
public static void setupGettext()
Container for package wide static methods