Newscoop\Service\Resource\ResourceId::getId PHP Метод

getId() публичный Метод

Provides the id of the resource, attention this is not the full id is just this resource id.
public getId ( ) : string
Результат string The id of the resource.
    public function getId()
    {
        return $this->id;
    }