public function ParameterObjectInterface::__unset in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php \Zend\Stdlib\ParameterObjectInterface::__unset()
Parameters
string $key:
Return value
void
1 method overrides ParameterObjectInterface::__unset()
- AbstractOptions::__unset in vendor/
zendframework/ zend-stdlib/ src/ AbstractOptions.php - Set a configuration property to NULL
File
- vendor/
zendframework/ zend-stdlib/ src/ ParameterObjectInterface.php, line 37
Class
Namespace
Zend\StdlibCode
public function __unset($key);