wCMF
3.6
|
Public Member Functions | |
deserialize (&$request) | |
serialize (&$response) | |
Public Member Functions inherited from AbstractFormat | |
& | getNode ($oid) |
getNodes () | |
Public Member Functions inherited from IFormat | |
deserialize (&$request) | |
serialize (&$response) | |
Additional Inherited Members | |
Public Attributes inherited from AbstractFormat | |
$_deserializedNodes = null | |
HTMLFormat realizes the HTML request/response format. Since all data from the external representation arrives in form fields, grouping of values has to be done via the field names. So Nodes are represented by their values whose field names are of the form value-<datatype>-<name>-<oid>. All of these values will be removed from the request and replaced by Node instances representing the data. The each node is stored under its oid in the data array.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 33 of file class.HTMLFormat.php.
HTMLFormat::deserialize | ( | & | $request | ) |
Definition at line 38 of file class.HTMLFormat.php.
References AbstractFormat\getNode(), AbstractFormat\getNodes(), and NodeUtil\getValueDefFromInputControlName().
HTMLFormat::serialize | ( | & | $response | ) |
Definition at line 65 of file class.HTMLFormat.php.