Smalot\PdfParser\Header::getElements PHP Method

getElements() public method

Returns all elements.
public getElements ( ) : mixed
return mixed
    public function getElements()
    {
        foreach ($this->elements as $name => $element) {
            $this->resolveXRef($name);
        }
        return $this->elements;
    }