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

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

The context of the expression is the template control (or the control itself if it is a page).
public bindProperty ( $name, $expression )
    public function bindProperty($name, $expression)
    {
        $this->_rf[self::RF_DATA_BINDINGS][$name] = $expression;
    }
TControl