/**
  * (non-PHPdoc)
  * @see \MwbExporter\Model\Base::getVars()
  */
 protected function getVars()
 {
     return array_merge(parent::getVars(), array('%entity%' => strtolower($this->getModelName())));
 }