PAGI\Client\Result\DialResult::__toString PHP Method

__toString() public method

(non-PHPdoc)
public __toString ( )
    public function __toString()
    {
        return '[ Dial: ' . ' PeerName: ' . $this->getPeerName() . ' PeerNumber: ' . $this->getPeerNumber() . ' DialedTime: ' . $this->getDialedTime() . ' AnsweredTime: ' . $this->getAnsweredTime() . ' DialStatus: ' . $this->getDialStatus() . ' Features: ' . $this->getDynamicFeatures() . ' ]';
    }