PAGI\Client\Result\FaxResult::__toString PHP Метод

__toString() публичный Метод

(non-PHPdoc)
public __toString ( )
    public function __toString()
    {
        return '[ FaxResult: ' . ' Resolution: ' . $this->getResolution() . ' Bitrate: ' . intval($this->getBitrate()) . ' Pages: ' . intval($this->getPages()) . ' LocalId: ' . $this->getLocalStationId() . ' LocalHeader: ' . $this->getLocalHeaderInfo() . ' RemoteId: ' . $this->getRemoteStationId() . ' Error: ' . $this->getError() . ' Result: ' . ($this->isSuccess() ? 'Success' : 'Failed') . ']';
    }