You are here

public function ParameterObjectInterface::__unset in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

ParameterObjectInterface

Namespace

Zend\Stdlib

Code

public function __unset($key);