PHP 클래스 Fenos\Notifynder\Handler\NotifynderEvent

상속: implements Fenos\Notifynder\Contracts\NotifyListener
파일 보기 프로젝트 열기: fenos/notifynder

보호된 프로퍼티들

프로퍼티 타입 설명
$category string
$event string
$values array

공개 메소드들

메소드 설명
__construct ( $event, $category = null, array $values = [] )
__get ( $name ) : mixed
get ( $name ) : mixed Get a value from the given values.
getCategory ( ) : string
getEvent ( ) : mixed
getNotifynderEvent ( ) : NotifynderEvent

메소드 상세

__construct() 공개 메소드

public __construct ( $event, $category = null, array $values = [] )
$event
$category
$values array

__get() 공개 메소드

public __get ( $name ) : mixed
$name
리턴 mixed

get() 공개 메소드

Get a value from the given values.
public get ( $name ) : mixed
$name
리턴 mixed

getCategory() 공개 메소드

public getCategory ( ) : string
리턴 string

getEvent() 공개 메소드

public getEvent ( ) : mixed
리턴 mixed

getNotifynderEvent() 공개 메소드

public getNotifynderEvent ( ) : NotifynderEvent
리턴 NotifynderEvent

프로퍼티 상세

$category 보호되어 있는 프로퍼티

protected string $category
리턴 string

$event 보호되어 있는 프로퍼티

protected string $event
리턴 string

$values 보호되어 있는 프로퍼티

protected array $values
리턴 array