lsolesen\pel\PelIfd::getEntries PHP Метод

getEntries() публичный Метод

Returns all entries contained in this IFD.
См. также: getEntry
См. также: getIterator
public getEntries ( ) : array
Результат array an array of {@link PelEntry} objects, or rather descendant classes. The array has {@link PelTag}s as keys and the entries as values.
    public function getEntries()
    {
        return $this->entries;
    }