Interface ParameterObjectInterface

Summary

Fully Qualified Name: Zend\Stdlib\ParameterObjectInterface

Description

Methods

Name Description Defined By
__get() ParameterObjectInterface
__isset() ParameterObjectInterface
__set() ParameterObjectInterface
__unset() ParameterObjectInterface

Method Details

__get()

Parameter Name Type Description
$key string

Returns: mixed

__isset()

Parameter Name Type Description
$key string

Returns: bool

__set()

Parameter Name Type Description
$key string
$value mixed

Returns: void

__unset()

Parameter Name Type Description
$key string

Returns: void

Top