Newscoop\Entity\AuthorType::getType PHP Méthode

getType() public méthode

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