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::__toString()
- Return object as a string
Class Details
DOM 3 DOMImplementation
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
$length
[line 45]
Length
The number of DOMImplementations in the list
Tags:
- access - protected
Type: integer
Overrides:
[ Top ]
Class Methods
get
mixed &get(
string
$property)
[line 57]
Get Attribute
Note: This method is not defined by the DOM Specification. DOM Conformant applications should not access this method directly.
Tags:
- return - Property value
Overrides VObject::get() (Get value)
Parameters:
- string $property - Property
[ Top ]
item
object DOM &item(
integer
$index)
[line 96]
Get Implementation
Returns the indexth item in the collection. If index is greater than or equal to the number of DOMImplementations in the list, this returns null.
Tags:
- return - Implementation
Parameters:
- integer $index - Index
[ Top ]
set
void set(
string
$property, mixed
$value)
[line 80]
Set Property
Note: This method is not defined by the DOM Specification. DOM Conformant applications should not access this method directly.
Overrides VObject::set() (Set a value)
Parameters:
- string $property - Property
- mixed $value - Value
[ Top ]