PHP 클래스 Amranidev\ScaffoldInterface\ManyToMany\ManyToMany

저자: Amrani Houssain ([email protected])
상속: extends Amranidev\ScaffoldInterface\Filesystem\Filesystem
파일 보기 프로젝트 열기: amranidev/scaffold-interface

공개 메소드들

메소드 설명
__construct ( array $request ) create new ManyToMany instance.
burn ( ) : void Generate ManyToMany.

비공개 메소드들

메소드 설명
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.

메소드 상세

__construct() 공개 메소드

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

burn() 공개 메소드

Generate ManyToMany.
public burn ( ) : void
리턴 void