Method | Description | |
---|---|---|
__get ( string $option ) : mixed | null | Returns the value of the given option. | |
__isset ( string $option ) : boolean | Checks if the given option has been set and does not evaluate to NULL. | |
defined ( string $option ) : boolean | Checks if the given option has been set by the user upon initialization. | |
getDefault ( string $option ) : mixed | null | Returns the default value for the given option. |