LazyRecord\Metadata::getIterator PHP 메소드

getIterator() 공개 메소드

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());
    }