Declaration:
<? abstract public mixed getProperty(string $key, mixed $defValue = null) ?>
Declared in: User Description: Get a particular property of the user (or the user's profile). This method is designed to be the general contract of quering different user details for different possible user system implementations. Parameters:
Returns: mixed the property value $defValue |
|