Scalr\Model\Collections\SettingsCollection::getIterator PHP Method

getIterator() public method

See also: ObjectAccess::getIterator()
public getIterator ( )
    public function getIterator()
    {
        if (!$this->loaded) {
            $this->load();
        }
        return parent::getIterator();
    }