Property | Type | Description | |
---|---|---|---|
$attributes | array | The attributes defined for this class. |
Method | Description | |
---|---|---|
generateId ( array &$info ) : string | PEAR_Error | Generates an ID for the given information. | |
getFilter ( ) : string | Return the filter string to retrieve this object type. |
Method | Description | |
---|---|---|
getFnLn ( ) : string | Get the name of this Object as "Firstname Lastname". | |
getHomePostalAddressHash ( ) : array | Get home postal addresses as an array. | |
getLabeledUriHash ( ) : array | Return a hash of URIs. The keys of the hash are the labels. | |
getLnFn ( ) : string | Get the name of this Object as "Lastname, Firstname". | |
setHomePostalAddressHash ( string $key, array $attributes, &$info ) : null | Store home postal addresses provided as array. | |
setLabeledUriHash ( string $key, array $attributes, &$info ) : null | Store a hash of URIs. The keys of the hash are the labels. |
public generateId ( array &$info ) : string | PEAR_Error | ||
$info | array | The data of the object. |
return | string | PEAR_Error | The ID. |
protected getHomePostalAddressHash ( ) : array | ||
return | array | The home addressses. |
protected getLabeledUriHash ( ) : array | ||
return | array | The URIs. |
public static array $attributes | ||
return | array |