You are here

public function ParameterObjectInterface::__isset in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php \Zend\Stdlib\ParameterObjectInterface::__isset()

Parameters

string $key:

Return value

bool

1 method overrides ParameterObjectInterface::__isset()
AbstractOptions::__isset in vendor/zendframework/zend-stdlib/src/AbstractOptions.php
Test if a configuration property is null

File

vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php, line 31

Class

ParameterObjectInterface

Namespace

Zend\Stdlib

Code

public function __isset($key);