final public function setType()

in src/Elastic/Types/Service.php [103:106]


    final public function setType(string $type)
    {
        $this->data['type'] = $type;
    }