Prado\TService::getID PHP Method

getID() public method

public getID ( ) : string
return string id of this service
    public function getID()
    {
        return $this->_id;
    }