API17:JStream::deleteContextEntry
From Joomla! Documentation
JStream::deleteContextEntry
Description
Deletes a particular setting from a context.
public function deleteContextEntry (
$wrapper
$name
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $wrapper | string | The wrapper to use | |
| $name | string | The option to unset |
See also
JStream::deleteContextEntry source code on BitBucket
Class JStream
Subpackage Filesystem- Other versions of JStream::deleteContextEntry
User contributed notes
Code Examples