REBELinBLUE\Deployer\Jobs\SlackNotify::__construct PHP Метод

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

SlackNotify constructor.
public __construct ( Notification $notification, array $payload, integer $timeout = 60 )
$notification REBELinBLUE\Deployer\Notification
$payload array
$timeout integer
    public function __construct(Notification $notification, array $payload, $timeout = 60)
    {
        $this->notification = $notification;
        $this->payload = $payload;
        $this->timeout = $timeout;
    }