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

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

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

Usage Example

 public function getType()
 {
     $this->__load();
     return parent::getType();
 }