Event
[ class tree: Event ] [ index: Event ] [ all elements ]

Class: Event

Source Location: /Event/Event.php

Class Overview


Event


Author(s):

Version:

  • 1.0

Copyright:

  • Copyright (c) 2007 Sven Strittmatter

Methods



Class Details

[line 31]
Event

Ein Event ist ein Ereignis-Objekt das in einem Kontext - meist ein Objekt - ausgeloesst wird.




Tags:

author:  "Sven Strittmatter" <ausserirdisch@sven-space.de>
version:  1.0
copyright:  Copyright (c) 2007 Sven Strittmatter
link:  http://www.sven-space.de/code/php/MVClasses


[ Top ]


Class Methods


constructor __construct [line 72]

Event __construct( string $name, [object $context = null], [mixed $info = null])

Konstruktor.



Tags:

access:  public


Parameters:

string   $name  
object   $context  
mixed   $info   = null

[ Top ]

method cancel [line 126]

void cancel( )

Stoppt ein Event, damit es nicht mehr weiterhin beachtet wird in einer Bearbeitungskette.



Tags:

access:  public


[ Top ]

method getContext [line 95]

object getContext( )

Liefert das Kontextobjekt zurueck.



Tags:

access:  public


[ Top ]

method getInfo [line 105]

mixed getInfo( )

Gibt zusaetzliche Informationen des Events zurueck.



Tags:

access:  public


[ Top ]

method getName [line 85]

string getName( )

Gibt den Namen des Events zurueck.



Tags:

access:  public


[ Top ]

method isCancelled [line 116]

boolean isCancelled( )

Gibt zurueck ob der Event gestopt wurde und nicht mehr weiter verarbeitet werden soll.



Tags:

access:  public


[ Top ]


Documentation generated on Sun, 02 Aug 2009 17:14:53 +0200 by phpDocumentor 1.4.2