Class Loader
Methods | ||
---|---|---|
public
|
__construct(Registry $registry)
|
# |
public
|
__get(string $key): object
|
# |
public
|
__set(string $key, object $value): void
|
# |
public
|
controller(string $route, mixed ...$args): mixed
|
# |
public
|
model(string $route): void
|
# |
public
|
view(string $route, array<string, mixed> $data = [], string $code = ''): string
|
# |
public
|
language(string $route, string $prefix = '', string $code = ''): array<string, string>
|
# |
public
|
library(string $route, array<mixed> &...$args): object
|
# |
public
|
config(string $route): array<string, string>
|
# |
public
|
helper(string $route): void
|
# |
Properties | |||
---|---|---|---|
protected
|
Registry
|
$registry
|
# |