Class AbstractSectionCollection
-
ICanBoogie\CLDR\AbstractSectionCollection
implements
ArrayAccess
uses
ICanBoogie\Accessor\AccessorTrait (not available)
ICanBoogie\CLDR\CollectionTrait,
ICanBoogie\CLDR\RepositoryPropertyTrait
Abstract
Namespace: ICanBoogie\
CLDR
Located at AbstractSectionCollection.php
Methods summary
public
__construct( ICanBoogie\CLDR\Repository
$repository
, string $name
, array $available_sections
)
Initializes the $repository property.
Initializes the $repository property.
Parameters
$repository
$name
$available_sections
public
offsetExists( $offset
)
Inheritdoc
Implementation of
ArrayAccess::offsetExists()
public
offsetGet( $offset
)
Inheritdoc
Implementation of
ArrayAccess::offsetGet()
Methods inherited from ArrayAccess
offsetSet()
,
offsetUnset()
offsetSet()
,
offsetUnset()
get_repository()
Properties summary
$repository