Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Virtual Web Platform - Callback
This class provides Callback support which links a callback to a shell.
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
$cb
[line 39]
System callback
Tags:
- var - Callback
- access - protected
Type: array
Overrides:
[ Top ]
$_shell
[line 47]
Callback shell buffer
Tags:
- var - Shell Buffer
- access - protected
Type: array
Overrides:
[ Top ]
Class Methods
__construct
VCallback __construct(
array
$callback)
[line 103]
Class Constructor
Parameters:
- array $callback - System callback
[ Top ]
doAction
void doAction(
)
[line 79]
Perform callback action
Tags:
- access - public
Parameters:
[ Top ]
getAction
array getAction(
)
[line 68]
Get action
Tags:
- return - callback action
- access - public
Parameters:
[ Top ]
getCallback
array getCallback(
)
[line 56]
Get system callback
Tags:
- return - Callback
- access - public
Parameters:
[ Top ]
getShell
object callback &getShell(
)
[line 92]
Get callback shell
Tags:
- return - shell
- access - public
Parameters:
[ Top ]