PHP 인터페이스 Kraken\Supervision\SupervisorAwareInterface

파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
getSupervisor ( ) : Kraken\Supervision\SupervisorInterface | null Get Supervisor of which object is aware of or null if no object is set.
setSupervisor ( Kraken\Supervision\SupervisorInterface $supervisor = null ) Set Supervisor of which object is aware of or delete it by setting it to null.

메소드 상세

getSupervisor() 공개 메소드

Get Supervisor of which object is aware of or null if no object is set.
public getSupervisor ( ) : Kraken\Supervision\SupervisorInterface | null
리턴 Kraken\Supervision\SupervisorInterface | null

setSupervisor() 공개 메소드

Set Supervisor of which object is aware of or delete it by setting it to null.
public setSupervisor ( Kraken\Supervision\SupervisorInterface $supervisor = null )
$supervisor Kraken\Supervision\SupervisorInterface