PHP Class Scalr\Upgrade\EntityPropertiesIterator

Since: 4.5.0 (18.10.2013)
Author: Vitaliy Demidov ([email protected])
Inheritance: implements Iterato\Iterator
Show file Open project: scalr/scalr

Public Methods

Method Description
__construct ( AbstractEntity $entity ) Constructor
current ( )
getEntity ( ) : AbstractEntity Gets entity
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

Constructor
public __construct ( AbstractEntity $entity )
$entity AbstractEntity An entity

current() public method

See also: Iterator::current()
public current ( )

getEntity() public method

Gets entity
public getEntity ( ) : AbstractEntity
return AbstractEntity Returns an entity object

key() public method

See also: Iterator::key()
public key ( )

next() public method

See also: Iterator::next()
public next ( )

rewind() public method

See also: Iterator::rewind()
public rewind ( )

valid() public method

See also: Iterator::valid()
public valid ( )