private function generateModelFromYaml()
 {
     $file_path = $this->getOptionsValue('yaml-schema-path');
     $file_path .= '/' . $this->getArgumentsValue('name');
     \Doctrine_Core::generateModelsFromYAML($file_path, $this->getOptionsValue('models-path'), $this->getImportOptions());
 }