|
||||
[previous page]  |  [up one level]  |  [next page] | ||||
|
ZenDocument
package : ZenEngine/Core
Author : Bruno Desthuilliers Version : 0.0.5 public class ZenDocumentA ZenDocument object is just a data holder for the document's data (head and body)...NB : This class is so dumb that I sometime wonder why I made it a class... OO Abuse ? Functionspublic void ZenDocumentCreate a new document from head and body part
Parameters : string $head : head part string $body : body part Return : (void) public string getHeadReturn the head part
Return : (string) public void getBodyReturn the body part
Return : (void) variablesprivate string $_headHead part of the documentprivate string $_bodyBody part of the document |
|||
[previous page]  |  [up one level]  |  [next page] |