PHP Class Amranidev\ScaffoldInterface\ManyToMany\ManyToMany

Author: Amrani Houssain ([email protected])
Inheritance: extends Amranidev\ScaffoldInterface\Filesystem\Filesystem
Afficher le fichier Open project: amranidev/scaffold-interface

Méthodes publiques

Méthode Description
__construct ( array $request ) create new ManyToMany instance.
burn ( ) : void Generate ManyToMany.

Private Methods

Méthode Description
migration ( ) : void Make migration file.
model ( ) : void Add relationships mothods to models.
order ( ) : array Determine which table is ordered alphabetically.
relationship ( $path, $model ) : boolean Generate relationships methods.

Method Details

__construct() public méthode

create new ManyToMany instance.
public __construct ( array $request )
$request array

burn() public méthode

Generate ManyToMany.
public burn ( ) : void
Résultat void