Prado\Web\UI\IPostBackDataHandler::loadPostData PHP Метод

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

The implementation of this function can use $values[$key] to get the user input data that are meant for the particular control.
public loadPostData ( $key, $values ) : boolean
Результат boolean whether the data of the control has been changed
    public function loadPostData($key, $values);