コード例 #1
0
 /**
  * (non-PHPdoc).
  *
  * @see \MwbExporter\Storage\Storage::initialize()
  */
 public function initialize()
 {
     $this->storage->initialize();
     $this->result = $this->outDir;
     return $this;
 }
コード例 #2
0
 /**
  * (non-PHPdoc)
  * @see \MwbExporter\Writer\WriterInterface::begin()
  */
 public function begin()
 {
     $this->checkStorage();
     $this->storage->initialize();
     return $this;
 }