PHP Class Haanga_yyToken

meta-data should be stored as an array
Inheritance: implements ArrayAccess
Mostrar archivo Open project: crodas/haanga

Public Properties

Property Type Description
$metadata
$string

Public Methods

Method Description
__construct ( $s, $m = [] )
__toString ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public method

public __construct ( $s, $m = [] )

__toString() public method

public __toString ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

Property Details

$metadata public_oe property

public $metadata

$string public_oe property

public $string