Services\Resource::getId PHP Method

getId() public method

Get the internal ID of this resource (null if not an internal resource).
public getId ( ) : integer | null
return integer | null
    public function getId()
    {
        return $this->id;
    }