PHP Класс App\Http\Controllers\Laralum\APIController

Наследование: extends App\Http\Controllers\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
index ( ) Shows the API List
show ( string $table, string $accessor = null, string $data = null ) Shows the API json

Описание методов

index() публичный Метод

Shows the API List
public index ( )

show() публичный Метод

Shows the API json
public show ( string $table, string $accessor = null, string $data = null )
$table string
$accessor string
$data string