Newscoop\Entity\AuthorType::setType PHP Method

setType() public method

Set type field
public setType ( $type )
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }