Prado\Data\SqlMap\DataMapper\TSqlMapPagedList::getIsMiddlePage PHP Method

getIsMiddlePage() public method

public getIsMiddlePage ( ) : boolean
return boolean true if is not first nor last page, false otherwise.
    public function getIsMiddlePage()
    {
        return !($this->getIsFirstPage() || $this->getIsLastPage());
    }