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

Class: DSystemGroup

Source Location: /System/DSystemGroup.php

Class Overview

DObject
   |
   --DSystemGroup

Base system group class collection


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 16]
Base system group class collection



[ Top ]


Class Variables

$groupId =  0

[line 30]

Group id



Tags:

access:  public

Type:   int


[ Top ]

$members =  null

[line 37]

Members collection



Tags:

access:  public



[ Top ]

$name =  ""

[line 23]

Name of the group



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 46]

DSystemGroup __construct( [mixed $groupUniqueIdentifier = null])

Constructor



Tags:

access:  public


Overrides DObject::__construct() (Constructor)

Parameters:

mixed   $groupUniqueIdentifier   Group Id of Group Name

[ Top ]

method loadDataByGroupId [line 63]

void loadDataByGroupId( int $groupId)

Loads data of the group by Id



Tags:

access:  public


Parameters:

int   $groupId  

[ Top ]

method loadDataByGroupName [line 76]

void loadDataByGroupName( string $groupName)

Loads data of the group by name



Tags:

access:  public


Parameters:

string   $groupName  

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:12:53 +0300 by phpDocumentor 1.4.3