Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Prado
Web
UI
IPostBackDataHandler
loadPostData
Prado\Web\UI\IPostBackDataHandler::loadPostData PHP Method
IPostBackDataHandler Interface Documentation
Datei anzeigen
Open project: pradosoft/prado
loadPostData()
public
method
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
return
boolean
whether the data of the control has been changed
public function loadPostData($key, $values);
IPostBackDataHandler
getDataChanged
loadPostData
raisePostDataChangedEvent