예제 #1
0
 /**
  * (non-PHPdoc)
  *
  * @see \PhraseApp\Synchronize::synchronize()
  */
 public function synchronize()
 {
     $this->read();
     parent::synchronize();
     $this->write();
     return $this;
 }