rcrowe\Hippy\Transport\TransportInterface::getFrom PHP Method

getFrom() public method

Get who the message will be sent from.
public getFrom ( ) : string
return string
    public function getFrom();

Usage Example

Example #1
0
 /**
  * Get who the message will be sent from.
  *
  * @return string
  */
 public function getFrom()
 {
     return $this->transport->getFrom();
 }