/**
  * {@inheritDoc}
  */
 public function getFileByDocType($docType)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFileByDocType', array($docType));
     return parent::getFileByDocType($docType);
 }