Prado\Web\Services\TJsonResponse::getID PHP Method

getID() public method

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