Services\Resource::getId PHP Метод

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

Get the internal ID of this resource (null if not an internal resource).
public getId ( ) : integer | null
Результат integer | null
    public function getId()
    {
        return $this->id;
    }