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

Class: DSystemUser

Source Location: /System/DSystemUser.php

Class Overview

DObject
   |
   --DSystemUser

Base system user 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 14]
Base system user class collection



[ Top ]


Class Variables

$gecos =  ""

[line 42]

GECOS



Tags:

access:  public

Type:   string


[ Top ]

$groupId =  0

[line 35]

Group Id



Tags:

access:  public

Type:   int


[ Top ]

$homeDirectory =  ""

[line 49]

Home directory



Tags:

access:  public

Type:   string


[ Top ]

$name =  ""

[line 21]

User name



Tags:

access:  public

Type:   string


[ Top ]

$shell =  ""

[line 56]

User shell type



Tags:

access:  public

Type:   string


[ Top ]

$userId =  0

[line 28]

User Id



Tags:

access:  public

Type:   int


[ Top ]



Class Methods


constructor __construct [line 65]

DSystemUser __construct( [mixed $userUniqueIdentifier = null])

Constructor



Tags:

access:  public


Overrides DObject::__construct() (Constructor)

Parameters:

mixed   $userUniqueIdentifier   User Id or User Name

[ Top ]

method loadDataByUserId [line 82]

void loadDataByUserId( int $userId)

Loads user data by user Id



Tags:

access:  public


Parameters:

int   $userId  

[ Top ]

method loadDataByUserName [line 95]

void loadDataByUserName( string $userName)

Loads user data by user name



Tags:

access:  public


Parameters:

string   $userName  

[ Top ]


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