Gumbo_Interface_Output



Output Interface

This interface indicates that the implementing class returns a formatted string of some type or send directly to output. This is useful for passing a variety of different object types to a single location for output.

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

Interface Methods

public void display ( ) [line 42]

Displays to the browser


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

Returns the formatted text

Parameter(s):

  • (bool) $reload :: reloads the output

[ Top ]