WoohooLabs\Yin\JsonApi\Schema\ResourceIdentifier::setType PHP Method

setType() public method

public setType ( mixed $type ) : ResourceIdentifier
$type mixed
return ResourceIdentifier
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }