Newscoop\Entity\Article::getType PHP Method

getType() public method

Get type.
public getType ( ) : string
return string
    public function getType()
    {
        return $this->type;
    }

Usage Example

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