Newscoop\Entity\AuthorType::getType PHP Method

getType() public method

Get type field
public getType ( ) : string
return string The name of the type.
    public function getType()
    {
        return $this->type;
    }