You are here

public function ParametersInterface::__construct in Zircon Profile 8

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

Constructor

Parameters

array $values:

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

File

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

Class

ParametersInterface

Namespace

Zend\Stdlib

Code

public function __construct(array $values = null);