PHP Trait MenaraSolutions\Geographer\Collections\Traits\ImplementsArray

Show file Open project: menarasolutions/geographer

Public Methods

Method Description
count ( ) : integer
getIterator ( ) : ArrayIterator
offsetExists ( mixed $offset ) : mixed
offsetGet ( mixed $offset ) : mixed
offsetSet ( mixed $offset, mixed $value ) : mixed
offsetUnset ( mixed $offset ) : mixed
serialize ( ) : mixed
unserialize ( string $serialized )

Method Details

count() public method

public count ( ) : integer
return integer

getIterator() public method

offsetExists() public method

public offsetExists ( mixed $offset ) : mixed
$offset mixed
return mixed

offsetGet() public method

public offsetGet ( mixed $offset ) : mixed
$offset mixed
return mixed

offsetSet() public method

public offsetSet ( mixed $offset, mixed $value ) : mixed
$offset mixed
$value mixed
return mixed

offsetUnset() public method

public offsetUnset ( mixed $offset ) : mixed
$offset mixed
return mixed

serialize() public method

public serialize ( ) : mixed
return mixed

unserialize() public method

public unserialize ( string $serialized )
$serialized string