Zend Framework  3.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Json Class Reference

JSON config reader. More...

Public Member Functions

 fromFile ($filename)
 fromFile(): defined by Reader interface.
 
 fromString ($string)
 fromString(): defined by Reader interface.
 

Protected Member Functions

 process (array $data)
 Process the array for.
 

Protected Attributes

 $directory
 

Detailed Description

JSON config reader.

Member Function Documentation

fromFile (   $filename)

fromFile(): defined by Reader interface.

See Also
ReaderInterface::fromFile()
Parameters
string$filename
Returns
array
Exceptions
Exception\RuntimeException

Implements ReaderInterface.

fromString (   $string)

fromString(): defined by Reader interface.

See Also
ReaderInterface::fromString()
Parameters
string$string
Returns
array|bool
Exceptions
Exception\RuntimeException

Implements ReaderInterface.

process ( array  $data)
protected

Process the array for.

Parameters
array$data
Returns
array
Exceptions
Exception\RuntimeException

Member Data Documentation

$directory
protected