Gumbo_Template_List_Item

Gumbo_Template_List
   |
   --Gumbo_Template_List_Item

Template List Item Class (for producing <li>...</li> tags)

Author(s): Michael Luster <mluster79@yahoo.com>
License:New BSD License
Copyright:Copyright (c) 2007, iBayou, Michael Luster
Link:http://sourceforge.net/projects/phpgumbo
Version:0.0.1

Inherited Methods

Class Methods

public void add ( args[] $data ) [line 62]

Adds data to the end of the list

Parameter(s):

  • (args[]) $data
  • throws:  Gumbo_Exception
Overrides
Gumbo_Template_List::add()

[ Top ]
public string fetch ( [bool $reload] ) [line 43]

Returns the formatted text to the browser

Parameter(s):

  • (bool) $reload :: reloads the output (not used)

[ Top ]
public void place ( int $position, args[] $data ) [line 94]

Places the data at the specified location

Parameter(s):

  • (int) $position
  • (args[]) $data
  • throws:  Gumbo_Exception
Overrides
Gumbo_Template_List::place()

[ Top ]