Prado\Web\UI\TPage::isSystemPostField PHP Method

isSystemPostField() protected method

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