Prado\Web\UI\TControl::autoBindProperty PHP Метод

autoBindProperty() публичный Метод

Unlike regular databinding, the expression bound by this method is automatically evaluated during {@link prerenderRecursive()}. The context of the expression is the template control (or the control itself if it is a page).
public autoBindProperty ( $name, $expression )
    public function autoBindProperty($name, $expression)
    {
        $this->_rf[self::RF_AUTO_BINDINGS][$name] = $expression;
    }
TControl