Prado\Util\TEmailLogRoute::getSentFrom PHP 메소드

getSentFrom() 공개 메소드

public getSentFrom ( ) : string
리턴 string send from address of the email
    public function getSentFrom()
    {
        return $this->_from;
    }