template 
[ doc home ] [ class tree: template ] [ index: template ] [ all elements ]

Class: T24IncludeTree

Source Location: /T24IncludeTree.php

Class Overview

IsterObject
   |
   --T24IncludeTree

This class represents an include tree.


Author(s): Ingo Schramm   

Copyright: Copyright (c) 2005 Ister.ORG Ingo Schramm

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: IsterObject

IsterObject::IsterObject()
Constructor
IsterObject::abstractMethodError()
Report attempt to call an abstract method.
IsterObject::addLogger()
Add an IsterLogger to process log messages.
IsterObject::deleteLogger()
Delete an already registered IsterLogger.
IsterObject::getLoggerNames()
Fetch the names of all currently registered IsterLoggers.
IsterObject::getMem()
Return maximum amount of memory an application has allocated at this point.
IsterObject::log()
Trigger a log message.
IsterObject::passPHPmessage()
Catch PHP E_WARNING and E_NOTICE messages.
IsterObject::serialize()
Serialize the object.
IsterObject::setLogLocal()
Set logging local for the current object.
IsterObject::setupLogger()
Setup a logger.
IsterObject::triggerError()
Alias for log();
IsterObject::unserialize()
Unserialize the object.
IsterObject::__sleep()
Executed prior to serialize().
IsterObject::__wakeup()
Executed prior to unserialize().

Class Details

This class represents an include tree.

copyright:  Copyright (c) 2005 Ister.ORG Ingo Schramm
author:  Ingo Schramm


[ Top ]


Class Methods


constructor T24IncludeTree

T24IncludeTree T24IncludeTree( )

Constructor

[ Top ]

method addInclude

boolean addInclude( string $id, integer $type, string $parent)

Add a source to the tree.

Parameters:

string   $id  
integer   $type  
string   $parent  

[ Top ]

method destroy

void destroy( )

[ Top ]

method getIncluded

array getIncluded( )

Return an array of included sources.

  1. array( 'filename.tmpl' => ISTER_TEMPLATE_FILE,
  2. 'stringname' => ISTER_TEMPLATE_STRING);


[ Top ]


Documentation generated on Tue, 20 Dec 2005 11:21:59 +0100 by phpDocumentor 1.3.0RC4