Newscoop\Entity\Webcode::getArticle PHP Method

getArticle() public method

Get article
public getArticle ( ) : Newscoop\Entity\Article
return Newscoop\Entity\Article
    public function getArticle()
    {
        return $this->article;
    }

Usage Example

コード例 #1
0
 public function getArticle()
 {
     $this->__load();
     return parent::getArticle();
 }