Newscoop\Service\Resource\ResourceId::getId PHP Method

getId() public method

Provides the id of the resource, attention this is not the full id is just this resource id.
public getId ( ) : string
return string The id of the resource.
    public function getId()
    {
        return $this->id;
    }