You are here

public function ParametersInterface::set in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/ParametersInterface.php \Zend\Stdlib\ParametersInterface::set()

Set

Parameters

string $name:

mixed $value:

Return value

ParametersInterface

1 method overrides ParametersInterface::set()
Parameters::set in vendor/zendframework/zend-stdlib/src/Parameters.php

File

vendor/zendframework/zend-stdlib/src/ParametersInterface.php, line 85

Class

ParametersInterface

Namespace

Zend\Stdlib

Code

public function set($name, $value);