Gpf_Rpc_Action::toText PHP Method

toText() public method

public toText ( )
        public function toText()
        {
            if ($this->isError()) {
                return $this->_($this->errorMessage, $this->errorCount);
            } else {
                return $this->_($this->infoMessage, $this->successCount);
            }
        }