[ Index ] |
PHP Cross Reference of GlotPress |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 2743 lines (81 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
GP_Locale:: (8 methods):
__construct()
__set_state()
__isset()
__get()
combined_name()
numbers_for_index()
index_for_number()
__toString()
GP_Locales:: (6 methods):
__construct()
instance()
locales()
exists()
by_slug()
by_field()
__construct( $args = array() X-Ref |
since: 3.0.0 |
__set_state( $state ) X-Ref |
No description |
__isset( $name ) X-Ref |
Make deprecated properties checkable for backwards compatibility. param: string $name Property to check if set. return: bool Whether the property is set. |
__get( $name ) X-Ref |
Make deprecated properties readable for backwards compatibility. param: string $name Property to get. return: mixed Property. |
combined_name() X-Ref |
No description |
numbers_for_index( $index, $how_many = 3, $test_up_to = 1000 ) X-Ref |
No description |
index_for_number( $number ) X-Ref |
No description |
__toString() X-Ref |
When converting the object to a string, the combined name is returned. since: 3.0.0 return: string Combined name of locale. |
Class: GP_Locales - X-Ref
Generated: Sat Nov 23 01:01:06 2024 | Cross-referenced by PHPXref 0.7.1 |