class ValueList extends ConcreteObject implements Iterator (View source)

deprecated

Properties

$error from  ConcreteObject
private $attributes

Methods

loadError($error)

No description

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

static 
camelcase($file)

No description

static 
uncamelcase($string)

No description

addAttributeValue($ak, $value)

No description

__construct($array = false)

No description

count()

No description

getAttribute($akHandle)

No description

rewind()

{@inheritdoc}

current()

{@inheritdoc}

key()

{@inheritdoc}

next()

{@inheritdoc}

valid()

{@inheritdoc}

Details

loadError($error)

No description

Parameters

$error

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

Parameters

$arr

static camelcase($file)

No description

Parameters

$file

static uncamelcase($string)

No description

Parameters

$string

addAttributeValue($ak, $value)

No description

Parameters

$ak
$value

__construct($array = false)

No description

Parameters

$array

count()

No description

getAttribute($akHandle)

No description

Parameters

$akHandle

rewind()

{@inheritdoc}

See also

\Iterator::rewind()

current()

{@inheritdoc}

See also

\Iterator::current()

key()

{@inheritdoc}

See also

\Iterator::key()

next()

{@inheritdoc}

See also

\Iterator::next()

valid()

{@inheritdoc}

See also

\Iterator::valid()