Prado\Web\UI\TPage::getIsCallback PHP 메소드

getIsCallback() 공개 메소드

public getIsCallback ( ) : boolean
리턴 boolean whether this is a callback request
    public function getIsCallback()
    {
        return $this->getIsPostBack() && $this->getRequest()->contains(self::FIELD_CALLBACK_TARGET);
    }