Ejemplo n.º 1
0
 /**
  * Write the given contents out to the specified file.
  *
  * @param string $contents
  * @param string $path
  */
 public function writeOut($contents, $path)
 {
     $this->file_dispatch->putContents($path, $contents);
 }