You are here

public function ParametersInterface::get in Zircon Profile 8.0

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

ParametersInterface

Namespace

Zend\Stdlib

Code

public function get($name, $default = null);