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

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

Sets the from address.
public setFrom ( string $from )
$from string
    public function setFrom($from)
    {
        $this->from = $from;
    }