lsolesen\pel\PelIfd::getEntries PHP Method

getEntries() public method

Returns all entries contained in this IFD.
See also: getEntry
See also: getIterator
public getEntries ( ) : array
return 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;
    }