You are here

public function ParameterObjectInterface::__get in Zircon Profile 8.0

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

Parameters

string $key:

Return value

mixed

1 method overrides ParameterObjectInterface::__get()
AbstractOptions::__get in vendor/zendframework/zend-stdlib/src/AbstractOptions.php
Get a configuration property

File

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

Class

ParameterObjectInterface

Namespace

Zend\Stdlib

Code

public function __get($key);