Prado\Util\TEmailLogRoute::getSentFrom PHP Метод

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

public getSentFrom ( ) : string
Результат string send from address of the email
    public function getSentFrom()
    {
        return $this->_from;
    }