PHP Class Adamgoose\Events\Annotations\Annotations\Hears

Afficher le fichier Open project: adamgoose/laravel-annotations

Méthodes publiques

Свойство Type Description
$events array The events the annotation hears.

Méthodes publiques

Méthode Description
__construct ( array $values = [] ) : void Create a new annotation instance.

Method Details

__construct() public méthode

Create a new annotation instance.
public __construct ( array $values = [] ) : void
$values array
Résultat void

Property Details

$events public_oe property

The events the annotation hears.
public array $events
Résultat array