Property | Type | Description | |
---|---|---|---|
$acProject | AcProject | current AcProject instance | |
$acProjectModel | AcProject | AcProject Repository | |
$acProjects | Illuminate\Database\Eloquent\Collection | AcProject collection |
Method | Description | |
---|---|---|
__construct ( AcProject $acProjectModel = null ) | ||
create ( ) : Response | Show the form for creating a new resource. | |
destroy ( integer $id ) : Response | Remove the specified resource from storage. | |
edit ( integer $id ) : Response | Show the form for editing the specified resource. | |
index ( ) : Response | Display a listing of the resource. | |
show ( integer $id ) : Response | Display the specified resource. | |
store ( ) : Response | Store a newly created resource in storage. | |
update ( integer $id ) : Response | Update the specified resource in storage. |
public __construct ( AcProject $acProjectModel = null ) | ||
$acProjectModel | AcProject |
public create ( ) : Response | ||
return | Response |
public index ( ) : Response | ||
return | Response |
public store ( ) : Response | ||
return | Response |
protected AcProject $acProject | ||
return | AcProject |
protected AcProject $acProjectModel | ||
return | AcProject |