HeadFilter::getLines PHP Method

getLines() public method

Returns the number of lines to be returned in the filtered stream.
public getLines ( ) : integer
return integer The number of lines to be returned in the filtered stream.
    function getLines()
    {
        return $this->_lines;
    }