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 - Action System
This class provides actions for 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
$callback
[line 60]
Tags:
- var - Callback Action
- access - public
Type: mixed
Overrides:
[ Top ]
$eclass
[line 53]
Tags:
- var - Event Class
- access - public
Type: string
Overrides:
[ Top ]
$event
[line 46]
Tags:
- var - Event
- access - public
Type: string
Overrides:
[ Top ]
$_id = null
[line 37]
Tags:
- var - Action ID
- access - protected
Type: integer
Overrides:
[ Top ]
Class Methods
__construct
VAction __construct(
integer
$id, mixed
$callback, string
$event, [string
$eclass = null])
[line 99]
Class Constructor
Tags:
- access - public
Overrides VObject::__construct() (Class Constructor)
Parameters:
- integer $id - Action ID
- mixed $callback - Callback
- string $event - Event
- string $eclass - Event class
[ Top ]
doAction
boolean doAction(
[
$params = array()], string
$event, string
$class)
[line 71]
Do Action
Tags:
- return - True on success
- access - public
Parameters:
- string $event - Event
- string $class - Event class
- $params -
[ Top ]