psf
Public Member Functions | Protected Member Functions | List of all members
InlineCSS Class Reference

Represent a single Html page. More...

Inheritance diagram for InlineCSS:
CSS PsfObject

Public Member Functions

 __construct ($_parent=NULL)
 
 SetProperty ($name, $value)
 
 GetProperty ($name)
 
 ToCss ($n=0)
 
- Public Member Functions inherited from CSS
 AutoInit ($element)
 This is just a skeleton function that can be overriden in order to auto-initialize style for certain elements some PSF classes will call this function when the element is used, so that you can generate style only when this element is present somewhere in body of page, this saves web browser some parsing and few bytes of CSS.
 
 FetchCss ($n)
 
 ToCss ($n=0)
 
- Public Member Functions inherited from PsfObject
 __construct ($_parent=NULL)
 
 SetParent ($_parent)
 
 GetParent ($_parent)
 
 AddChild ($_child)
 

Protected Member Functions

 Load ()
 
- Protected Member Functions inherited from CSS
 Load ()
 

Additional Inherited Members

- Public Attributes inherited from CSS
 $items = array()
 
 $BackgroundColor = NULL
 
- Protected Attributes inherited from PsfObject
 $Parent = NULL
 

Detailed Description

Represent a single Html page.

Definition at line 23 of file inline.php.


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