Prado\Data\SqlMap\DataMapper\TSqlMapPagedList::getIsMiddlePage PHP 메소드

getIsMiddlePage() 공개 메소드

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