Property | Type | Description | |
---|---|---|---|
string | |||
$id | integer | ||
$name | string | ||
$preferredLocale | string | ||
$roleId | integer | ||
$roleName | string |
Method | Description | |
---|---|---|
__construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null ) | ||
__construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null, $preferredLocale = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null ) |
public __construct ( $id = null, $name = null, $email = null, $roleId = null, $roleName = null, $preferredLocale = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |