phpBlamework php framework reference documantation |
guiLibrary for work with html “gui”. Release: $Name: $ Here is defined some objects to work with framework like with standard graphics user interface. Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:12 $ Version: $Revision: 1.1 $ Summary
GuiObjectGuiObject is base class for other gui objects. Some other objects and their method could use this class as type declaration in parameters like in Container::Add |
All gui objects generates their html code.
function Generate()
function Add( GuiObject $ioObject )
Returns count of object in container.
function ObjectsCount()
Generates html code of all included objects
function Generate()