PHP 클래스 EricMakesStuff\ServerMonitor\Events\HttpPingDown

파일 보기 프로젝트 열기: ericmakesstuff/laravel-server-monitor

공개 프로퍼티들

프로퍼티 타입 설명
$httpPingMonitor EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor | null

공개 메소드들

메소드 설명
__construct ( HttpPingMonitor $httpPingMonitor = null )

메소드 상세

__construct() 공개 메소드

public __construct ( HttpPingMonitor $httpPingMonitor = null )
$httpPingMonitor EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor

프로퍼티 상세

$httpPingMonitor 공개적으로 프로퍼티

public HttpPingMonitor,EricMakesStuff\ServerMonitor\Monitors|null $httpPingMonitor
리턴 EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor | null