Sulu\Bundle\MediaBundle\Entity\BaseCollection::setType PHP Method

setType() public method

Set type.
public setType ( CollectionType $type ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$type CollectionType
return Sulu\Bundle\MediaBundle\Entity\CollectionInterface
    public function setType(CollectionType $type)
    {
        $this->type = $type;
        return $this;
    }