Nelmio\Alice\Definition\PropertyBag::getIterator PHP Method

getIterator() public method

public getIterator ( )
    public function getIterator()
    {
        return new \ArrayIterator(array_values($this->properties));
    }