Method |
Description |
|
add ( string $capability, mixed $params = null ) |
Add a capability (and optional parameters). |
|
attach ( SplObserver $observer ) |
|
|
detach ( SplObserver $observer ) |
|
|
getParams ( string $capability ) : array |
Return the list of parameters for an extension. |
|
isEnabled ( string $capability = null ) : mixed |
Is the extension enabled? |
|
notify ( ) |
Notification is triggered internally whenever the object's internal
data storage is altered. |
|
query ( string $capability, string $parameter = null ) : boolean |
Returns whether the server supports the given capability. |
|
remove ( string $capability, string $params = null ) |
Remove a capability. |
|
serialize ( ) |
|
|
toArray ( ) : array |
Returns the raw data. |
|
unserialize ( $data ) |
|
|