Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • Calendar
  • CalendarCollection
  • DateFormatter
  • DateTimeFormatter
  • FileCache
  • Locale
  • LocaleCollection
  • LocalizedDateTime
  • LocalizedObject
  • Provider
  • Repository
  • Retriever
  • RunTimeCache
  • Supplemental
  • TimeFormatter

Interfaces

  • Cache

Exceptions

  • ResourceNotFound

Class LocalizedObject

Representation of a localized object.

Direct known subclasses

ICanBoogie\CLDR\LocalizedDateTime

Abstract
Namespace: ICanBoogie\CLDR
Located at vendor/icanboogie/cldr/lib/localized/object.php

Methods summary

public static
# from( mixed $source, ICanBoogie\CLDR\Locale $locale, array $options = array() )
public
# __construct( mixed $target, ICanBoogie\CLDR\Locale $locale, array $options = array() )

Initializes the $target], {@link $locale, and ICanBoogie\CLDR\LocalizedObject::$options perperties.

Initializes the $target], {@link $locale, and ICanBoogie\CLDR\LocalizedObject::$options perperties.

Parameters

$target
mixed
$target The object to localize.
$locale
ICanBoogie\CLDR\Locale
$locale The locale used by the formatter.
$options
array
$options Some options.
public mixed
# __get( string $property )

Support for the ICanBoogie\CLDR\LocalizedObject::$target, ICanBoogie\CLDR\LocalizedObject::$locale, and $formatter properties.

Support for the ICanBoogie\CLDR\LocalizedObject::$target, ICanBoogie\CLDR\LocalizedObject::$locale, and $formatter properties.

Parameters

$property
string
$property

Returns

mixed

Throws

ICanBoogie\PropertyNotDefined
in attempt to get a property that is not supported.
abstract protected mixed
# get_formatter( )

Returns the formatter to use to format the target object.

Returns the formatter to use to format the target object.

Returns

mixed

Magic methods summary

Properties summary

protected mixed $target
#

The object to localize.

The object to localize.

protected ICanBoogie\CLDR\Locale $locale
#

The locale used by the formatter.

The locale used by the formatter.

protected array $options
#

Options.

Options.

Magic properties

public read-only mixed $target
#

The object to localize.

The object to localize.

public read-only ICanBoogie\CLDR\Locale $locale
#

The locale used by the formatter.

The locale used by the formatter.

public read-only mixed $formatter
#

The formatter used to format the target object.

The formatter used to format the target object.

Autodoc API documentation generated by ApiGen 2.8.0