Esempio n. 1
0
 protected function createObject($path, $throwException = true)
 {
     $options = array('throwException' => $throwException);
     $factory = new WriterFactory();
     return $factory->createFileWriter($path, $options);
 }