org-puremvc-php-multicore
[ class tree: org-puremvc-php-multicore ] [ index: org-puremvc-php-multicore ] [ all elements ]

Class: ICommand

Source Location: /org/puremvc/php/multicore/interfaces/ICommand.php

Interface Overview

INotifier
   |
   --ICommand

The interface definition for a PureMVC Command.


Author(s):

Methods


Inherited Methods

Class: INotifier

INotifier::initializeNotifier()
Initialize this INotifier instance.
INotifier::sendNotification()
Send a INotification.

Class Details

[line 35]
The interface definition for a PureMVC Command.



Tags:

see:  INotification
see:  INotifier


[ Top ]


Class Methods


method execute [line 45]

void execute( INotification $notification)

Execute Command

Execute the ICommand's logic to handle a given INotification.




Tags:

access:  public


Parameters:

INotification   $notification   The INotification to handle.

[ Top ]


Documentation generated on Mon, 03 Aug 2009 04:57:54 +0000 by phpDocumentor 1.4.2