Public Member Functions | Static Public Member Functions | Protected Attributes

IdentifiableObject Class Reference
[Widely used base classes and interfacesClasses implemented in PHP's extension.]

Ideal Identifiable interface implementation. More...

Inheritance diagram for IdentifiableObject:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 getId ()
 setId ($id)

Static Public Member Functions

static wrap ($id)

Protected Attributes

 $id = null

Detailed Description

Ideal Identifiable interface implementation.

;-)

See also:
Identifiable

Definition at line 20 of file IdentifiableObject.class.php.


Member Function Documentation

IdentifiableObject::getId (  ) 
IdentifiableObject::setId ( id  ) 
Returns:
IdentifiableObject

Implements Identifiable.

Definition at line 48 of file IdentifiableObject.class.php.

References $id.

static IdentifiableObject::wrap ( id  )  [static]
Returns:
IdentifiableObject

Definition at line 27 of file IdentifiableObject.class.php.

References $id.


Member Data Documentation

IdentifiableObject::$id = null [protected]

The documentation for this class was generated from the following file: