Inherited Variables
Inherited Constants
Inherited Methods
Class: VObject
- VObject::__construct()
- Class Constructor
- VObject::bind()
- Bind values to this object
- VObject::delete()
- Delete Object
- VObject::get()
- Get value
- VObject::getAll()
- Get all object values
- VObject::getError()
- Get error message
- VObject::getErrors()
- Get errors
- VObject::getMethods()
- Get object methods
- VObject::getProperties()
- Get object properties
- VObject::save()
- Save Object
- VObject::set()
- Set a value
- VObject::setError()
- Set error value
- VObject::setProperties()
- Set property values
- VObject::setProperty()
- Set property value
- VObject::toString()
- Convert object to string
- VObject::__destruct()
- Class Destructor
- VObject::__get()
- VObject::__isset()
- VObject::__set()
- VObject::__toString()
- Return object as a string
- VObject::__unset()
Class Details
Virtual Web Platform - Notify System
This class provides the Notify System
Tags:
- author - Ralph Ritoch <rritoch@gmail.com>
- copyright - (c) Ralph Ritoch - All Rights Reserved
- link - VNetPublishing.Com
- license - VNETLPL Limited Public License
[ Top ]
Class Variables
Class Methods
static addAction
static VAction &addAction(
mixed
$callback, string
$event, [string
$eclass = null])
[line 60]
Add an event listener
Tags:
- return - Action object
- access - public
Parameters:
- mixed $callback - Callback function
- string $event - Event
- string $eclass - Event Class
[ Top ]
static Notify
static integer Notify(
string
$event, [string
$eclass = null], [
$params = array()])
[line 130]
Notify that an event has occurred
Tags:
- return - Number of actions called
- access - public
Parameters:
- string $event - Event
- string $eclass - Event class
- $params -
[ Top ]
removeAction
void removeAction(
object
$action)
[line 91]
Remove an event listener
Tags:
- access - public
Parameters:
- object $action - Action to be removed
[ Top ]