Méthode | Description | |
---|---|---|
__construct ( array $scan ) : void | Create a new event scanner instance. | |
getModelDefinitions ( ) : string | Convert the scanned annotations into route definitions. |
Méthode | Description | |
---|---|---|
buildBinding ( string $binding, string $class ) : string | Build the event listener for the class and method. | |
extendsEloquent ( ReflectionClass $class ) : boolean | Determine if a class extends Eloquent. |
public __construct ( array $scan ) : void | ||
$scan | array | |
Résultat | void |
protected extendsEloquent ( ReflectionClass $class ) : boolean | ||
$class | ReflectionClass | |
Résultat | boolean |
public getModelDefinitions ( ) : string | ||
Résultat | string |