LazyRecord\Metadata::getIterator PHP Method

getIterator() public method

Please note this method does not cache the meta data, if you call this method, this method will do another SQL query to fetch all the attribute
    public function getIterator()
    {
        return new ArrayIterator($this->getKeyValues());
    }