Zend Framework  3.0
Public Member Functions | List of all members
WriterInterface Interface Reference

Public Member Functions

 toFile ($filename, $config, $exclusiveLock=true)
 Write a config object to a file.
 
 toString ($config)
 Write a config object to a string.
 

Member Function Documentation

toFile (   $filename,
  $config,
  $exclusiveLock = true 
)

Write a config object to a file.

Parameters
string$filename
mixed$config
bool$exclusiveLock
Returns
void

Implemented in PhpArray, and AbstractWriter.

toString (   $config)

Write a config object to a string.

Parameters
mixed$config
Returns
string

Implemented in AbstractWriter.