classname: htmlobject_div


extends: htmlobject_base

 Div

@package htmlobjects
@author Alexander Kuballa [akuballa@users.sourceforge.net]
@copyright Copyright (c) 2008 - 2010, Alexander Kuballa
@license BSD License (see LICENSE.TXT)
@version 1.0

filename: htmlobject.div.class.php

Attributes

 

Attributes



Methods

top
function: add
params:
$data
$key = null

 Add additional content
 
 @access public
 @param array | string | object $data
 @param string $key key for elements array
top
function: get_string

 Get html element as string
 
 @access public
 @return string
top
function: get_elements
params:
$name = null

 Get array of objects
 
 @access public
 @param string $name name of element
 @return null | array of objects