phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DXMLNodeAttribute

Source Location: /Files/XML/DXMLNodeAttribute.php

Class Overview

DObject
   |
   --DXMLNodeAttribute

XML node attribute class


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 18]
XML node attribute class



[ Top ]


Class Variables

$name =  ""

[line 25]

Attribute name



Tags:

access:  public

Type:   string


[ Top ]

$value =  null

[line 32]

Attribute value



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 42]

DXMLNodeAttribute __construct( string $name, string $value)

Constructor



Tags:

access:  public


Overrides DObject::__construct() (Constructor)

Parameters:

string   $name  
string   $value  

[ Top ]

method __toString [line 55]

string __toString( )

Gets attribute as a string key="value"



Tags:

access:  public


Overrides DObject::__toString() (Returns String equivalent of the object.)

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:14:06 +0300 by phpDocumentor 1.4.3