API17

API17:JStream::deleteContextEntry

From Joomla! Documentation

Joomla 11.1 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
  • Returns void
  • Defined on line 869 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples