Newscoop\Entity\ArticleAuthor::getType PHP Метод

getType() публичный Метод

Get AuthorType
public getType ( ) : Newscoop\Entity\AuthorType
Результат Newscoop\Entity\AuthorType
    public function getType()
    {
        return $this->type;
    }