Default getter. Enables syntax such as $object->method->chained_method();. Also supports $object->key. Matching methods are prioritized over matching keys.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The name of the method to execute or key to retrieve. |
Returns
Type |
Description |
---|---|
The results of calling the function |
Source
Method defined in utilities/credential.class.php | Toggle source view (4 lines) | View on GitHub