Swift_Events_CommandEvent::getSuccessCodes PHP Method

getSuccessCodes() public method

Get the numeric response codes which indicate success for this command.
public getSuccessCodes ( ) : integer[]
return integer[]
    public function getSuccessCodes()
    {
        return $this->_successCodes;
    }