Interface Controller1RouteInterface
Interface Controller1RouteInterface
Use for (new RouteSystem)->resource('', '', [])
Methods summary
public static
mixed
|
#
getIndexView( )
Return First Page interface. Like Home
Access with url('/{model}/')
Return First Page interface. Like Home
Access with url('/{model}/')
Returns
mixed
|
public static
mixed
|
#
getShowView( $id )
Return Show View interface
Access with url('/{model}/model_id_or_slug')
Return Show View interface
Access with url('/{model}/model_id_or_slug')
Parameters
Returns
mixed
|
public static
mixed
|
#
getManageView( )
Return Manage View interface
Access with url('/{model}/manage')
Return Manage View interface
Access with url('/{model}/manage')
Returns
mixed
|
public static
mixed
|
#
getEditView( $id )
Return Edit View interface
Access with url('/{model}/{model_id_or_slug}/edit')
Return Edit View interface
Access with url('/{model}/{model_id_or_slug}/edit')
Parameters
Returns
mixed
|
public static
mixed
|
#
getCreateView( )
Return Create View interface
Access with url('/{model}/create')
Return Create View interface
Access with url('/{model}/create')
Returns
mixed
|
public static
|
#
processSave( $id = null )
Update Model Information
Access with
Update Model Information
Access with
Parameters
|
public static
|
|