SimpleSoftwareIO\SMS\IncomingMessage::from PHP Метод

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

Returns the from address.
public from ( ) : string
Результат string
    public function from()
    {
        return $this->from;
    }