ProductModifierDisplayTypeCollection

Implements \Countable, \Iterator, \ArrayAccess

Class ProductModifierDisplayTypeCollection

package

Default

Methods

ProductModifierDisplayTypeCollection constructor.

__construct(array $values = array()) 

Arguments

$values

array

addProductModifierDisplayType

addProductModifierDisplayType(\AbstractProductModifierDisplayType $displayType) 

Arguments

$displayType

\AbstractProductModifierDisplayType

count

count() 
inheritDoc

current

current() 
inheritDoc

getProductModifierDisplayTypeByName

getProductModifierDisplayTypeByName(string $name) : \AbstractProductModifierDisplayType
Throws
\ProductModifierDisplayTypeNotFoundException

Arguments

$name

string

Response

\AbstractProductModifierDisplayType

key

key() 
inheritDoc

next

next() 
inheritDoc

offsetExists

offsetExists( $offset) 
inheritDoc

Arguments

$offset

offsetGet

offsetGet( $offset) 
inheritDoc

Arguments

$offset

offsetSet

offsetSet( $offset,  $value) 
inheritDoc

Arguments

$offset

$value

offsetUnset

offsetUnset( $offset) 
inheritDoc

Arguments

$offset

rewind

rewind() 
inheritDoc

valid

valid() 
inheritDoc

Properties

values

values : array<mixed,\AbstractProductModifierDisplayType>
var

Type(s)

array<mixed,\AbstractProductModifierDisplayType>

position

position : integer
var

Type(s)

integer