/**
  * creates the class template for the new specific typehinted ArrayCollection
  */
 private function createClassTemplate()
 {
     $content = $this->read($this->config->getClassTemplate());
     $content = $this->config->replace($content);
     $this->write($this->config->getClassFile(), $content);
     return true;
 }