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

isSystemPostField() 보호된 메소드

protected isSystemPostField ( $field ) : boolean
리턴 boolean whether the specified field is a system field in postback data
    protected function isSystemPostField($field)
    {
        return isset(self::$_systemPostFields[$field]);
    }