[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/locales/ -> locales.php (summary)

(no description)

File Size: 2743 lines (81 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

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()


Class: GP_Locale  - X-Ref

__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.

return: bool Whether the property is set.
param: string $name Property to check if set.

__get( $name )   X-Ref
Make deprecated properties readable for backwards compatibility.

return: mixed Property.
param: string $name Property to get.

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

__construct()   X-Ref
No description

instance()   X-Ref
No description

locales()   X-Ref
No description

exists( $slug )   X-Ref
No description

by_slug( $slug )   X-Ref
No description

by_field( $field_name, $field_value )   X-Ref
No description



Generated: Tue Mar 19 01:01:21 2024 Cross-referenced by PHPXref 0.7.1