org.puremvc.php.interfaces
[ class tree: org.puremvc.php.interfaces ] [ index: org.puremvc.php.interfaces ] [ all elements ]

Class: INotification

Source Location: /interfaces/INotification.php

Interface Overview


The interface definition for a PureMVC Notification.


Author(s):

Methods



Class Details

[line 20]
The interface definition for a PureMVC Notification.



Tags:

see:  org.puremvc.php.interfaces.IObserver IObserver
see:  org.puremvc.php.interfaces.IView IView


[ Top ]


Class Methods


method getBody [line 39]

void getBody( )

Get the body of the
instance



Tags:

access:  public


[ Top ]

method getName [line 29]

string getName( )

Get the name of the
instance.

No setter, should be set by constructor only




Tags:

access:  public


[ Top ]

method getType [line 52]

string getType( )

Get the type of the
instance



Tags:

access:  public


[ Top ]

method setBody [line 34]

void setBody( $body)

Set the body of the
instance



Tags:

access:  public


Parameters:

   $body  

[ Top ]

method setType [line 45]

void setType( type $type)

Set the type of the
instance



Tags:

access:  public


Parameters:

type   $type   string

[ Top ]

method toString [line 59]

string toString( )

Get the string representation of the
instance



Tags:

access:  public


[ Top ]


Documentation generated on Tue, 30 Sep 2008 08:05:44 -0700 by phpDocumentor 1.4.0