PHPRtfLite::getFooters PHP Method

getFooters() public method

gets defined footers for document pages
public getFooters ( ) : array
return array contains PHPRtfLite_Container_FOOTER objects
    public function getFooters()
    {
        return $this->_footers;
    }