WoohooLabs\Yin\JsonApi\Schema\ResourceIdentifier::setType PHP Méthode

setType() public méthode

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