PHP Class Bolt\Storage\Mapping\TaxonomyValue

Author: Gawain Lynch ([email protected])
Inheritance: implements ArrayAccess
Show file Open project: bolt/bolt

Protected Properties

Property Type Description
$data array
$name string
$value string

Public Methods

Method Description
__construct ( string $name, mixed $value, array $data ) Constructor.
__toString ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public method

Constructor.
public __construct ( string $name, mixed $value, array $data )
$name string
$value mixed
$data array

__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

$data protected property

protected array $data
return array

$name protected property

protected string $name
return string

$value protected property

protected string $value
return string