wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
HTMLFormat Class Reference
+ Inheritance diagram for HTMLFormat:

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
 

Detailed Description

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.

Id:
class.HTMLFormat.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 33 of file class.HTMLFormat.php.

Member Function Documentation

HTMLFormat::deserialize ( $request)
See Also
IFormat::deserialize()

Definition at line 38 of file class.HTMLFormat.php.

References AbstractFormat\getNode(), AbstractFormat\getNodes(), and NodeUtil\getValueDefFromInputControlName().

+ Here is the call graph for this function:

HTMLFormat::serialize ( $response)
See Also
IFormat::serialize()

Definition at line 65 of file class.HTMLFormat.php.


The documentation for this class was generated from the following file: