Namshi\Notificator\Notification\Handler\Emailvision::__construct PHP 메소드

__construct() 공개 메소드

Constructor
public __construct ( Namshi\Notificator\Notification\Email\Emailvision\ClientInterface $emailClient )
$emailClient Namshi\Notificator\Notification\Email\Emailvision\ClientInterface
    public function __construct(ClientInterface $emailClient)
    {
        $this->emailClient = $emailClient;
    }