Class BasicOutputHandler

Description

The OutputHander abstract class defines methods for the interaction between the Harmoni framework object and output handling classes.

  • version: $Id: BasicOutputHandler.class.php,v 1.6 2007/09/04 20:25:30 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/architecture/output/BasicOutputHandler.class.php (line 25)

OsidManager
   |
   --OutputHandler
      |
      --BasicOutputHandler
Method Summary
void output (mixed $returnedContent, string $printedContent)
Variables

Inherited Variables

Inherited from OutputHandler

OutputHandler::$_head
Methods
output (line 40)

Output the content that was returned from an action. This content should have been created such that it is a type that this OutputHandler can deal with.

  • since: 4/4/05
  • access: public
void output (mixed $returnedContent, string $printedContent)
  • mixed $returnedContent: Content returned by the action
  • string $printedContent: Additional content printed, but not returned.

Redefinition of:
OutputHandler::output()
Output the content that was returned from an action. This content should have been created such that it is a type that this OutputHandler can deal with.

Inherited Methods

Inherited From OutputHandler

OutputHandler::assignConfiguration()
OutputHandler::assignOsidContext()
OutputHandler::attachToHarmoni()
OutputHandler::getHead()
OutputHandler::getOsidContext()
OutputHandler::output()
OutputHandler::setHead()

Inherited From OsidManager

OsidManager::assignConfiguration()
OsidManager::assignOsidContext()
OsidManager::getOsidContext()
OsidManager::osidVersion_2_0()

Documentation generated on Wed, 19 Sep 2007 10:21:44 -0400 by phpDocumentor 1.3.0RC3