PHP Class Adamgoose\Events\Annotations\Annotations\Hears

Datei anzeigen Open project: adamgoose/laravel-annotations

Public Properties

Property Type Description
$events array The events the annotation hears.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$events public_oe property

The events the annotation hears.
public array $events
return array