PHP Class Fenos\Notifynder\Handler\NotifynderEvent

Inheritance: implements Fenos\Notifynder\Contracts\NotifyListener
Mostra file Open project: fenos/notifynder

Protected Properties

Property Type Description
$category string
$event string
$values array

Public Methods

Method Description
__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

Method Details

__construct() public method

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

__get() public method

public __get ( $name ) : mixed
$name
return mixed

get() public method

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

getCategory() public method

public getCategory ( ) : string
return string

getEvent() public method

public getEvent ( ) : mixed
return mixed

getNotifynderEvent() public method

public getNotifynderEvent ( ) : NotifynderEvent
return NotifynderEvent

Property Details

$category protected_oe property

protected string $category
return string

$event protected_oe property

protected string $event
return string

$values protected_oe property

protected array $values
return array