SimpleSoftwareIO\SMS\IncomingMessage::setFrom PHP Method

setFrom() public method

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