PHP Class Fenos\Notifynder\Handler\NotifynderEvent

Inheritance: implements Fenos\Notifynder\Contracts\NotifyListener
Afficher le fichier Open project: fenos/notifynder

Protected Properties

Свойство Type Description
$category string
$event string
$values array

Méthodes publiques

Méthode 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 méthode

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

__get() public méthode

public __get ( $name ) : mixed
$name
Résultat mixed

get() public méthode

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

getCategory() public méthode

public getCategory ( ) : string
Résultat string

getEvent() public méthode

public getEvent ( ) : mixed
Résultat mixed

getNotifynderEvent() public méthode

public getNotifynderEvent ( ) : NotifynderEvent
Résultat NotifynderEvent

Property Details

$category protected_oe property

protected string $category
Résultat string

$event protected_oe property

protected string $event
Résultat string

$values protected_oe property

protected array $values
Résultat array