Newscoop\Entity\AuthorType::getType PHP 메소드

getType() 공개 메소드

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