PHP 클래스 Eloquent\Phony\Call\Event\AbstractCallEvent

상속: extends Eloquent\Phony\Event\AbstractEvent, implements Eloquent\Phony\Call\Event\CallEvent
파일 보기 프로젝트 열기: eloquent/phony 1 사용 예제들

공개 메소드들

메소드 설명
call ( ) : Eloquent\Phony\Call\Call | null Get the call.
setCall ( Eloquent\Phony\Call\Call $call ) Set the call.

메소드 상세

call() 공개 메소드

Get the call.
public call ( ) : Eloquent\Phony\Call\Call | null
리턴 Eloquent\Phony\Call\Call | null The call, or null if no call has been set.

setCall() 공개 메소드

Set the call.
public setCall ( Eloquent\Phony\Call\Call $call )
$call Eloquent\Phony\Call\Call The call.