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 - Hibernate System
This class provides the hibernate 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 addCleanupTask
static void addCleanupTask(
string|array
$taskFunc, [string|array
$abortFunc = null])
[line 106]
Add Cleanup Task
Tags:
- access - public
Parameters:
- string|array $taskFunc - Task function
- string|array $abortFunc - Abort Function
[ Top ]
static sleep
static void sleep(
mixed
$key)
[line 149]
Hibernate system
Tags:
- access - public
Parameters:
- mixed $key - Sleep key
[ Top ]
static wake
static string wake(
)
[line 79]
System Wakeup
Tags:
- return - sleep signature
- access - public
Parameters:
[ Top ]
static _cleanupAbort
static void _cleanupAbort(
)
[line 118]
Process cleanup abort task
Tags:
- access - public
Parameters:
[ Top ]