Resource
class Resource (View source)
Properties
protected | $name | ||
protected | $parent | ||
protected | $methods | ||
protected | $only | ||
protected | $except | ||
protected | $options |
Methods
__construct(string $name, array $options = [])
Buat resource route baru.
static void
make(string $name, array $options = [])
Buat resource route baru (static).
array
options(array $options)
Proses opsi-opsi pada route.
string
placeholder(string $placeholder)
Replace placeholder pada route options.
Details
__construct(string $name, array $options = [])
Buat resource route baru.
static void
make(string $name, array $options = [])
Buat resource route baru (static).
protected array
options(array $options)
Proses opsi-opsi pada route.
protected string
placeholder(string $placeholder)
Replace placeholder pada route options.