public function ParametersInterface::get in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/ParametersInterface.php \Zend\Stdlib\ParametersInterface::get()
Get
Parameters
string $name:
mixed|null $default:
Return value
mixed
1 method overrides ParametersInterface::get()
- Parameters::get in vendor/
zendframework/ zend-stdlib/ src/ Parameters.php
File
- vendor/
zendframework/ zend-stdlib/ src/ ParametersInterface.php, line 76
Class
Namespace
Zend\StdlibCode
public function get($name, $default = null);