Example #1
0
 /**
  * Gets the article type uid.
  *
  * @return int type of the article
  */
 public function getArticleTypeUid()
 {
     return $this->article->getArticleTypeUid();
 }