Ejemplo n.º 1
0
 /**
  * Return sub type for the document
  *
  * @return string identifier
  */
 public function getSubType(DocumentInterface $article)
 {
     return $article->getType();
 }