You are here

public function ParametersInterface::fromArray in Zircon Profile 8.0

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

From array

Allow deserialization from standard array

Parameters

array $values:

Return value

mixed

1 method overrides ParametersInterface::fromArray()
Parameters::fromArray in vendor/zendframework/zend-stdlib/src/Parameters.php
Populate from native PHP array

File

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

Class

ParametersInterface

Namespace

Zend\Stdlib

Code

public function fromArray(array $values);