ViewManager
class ViewManager (View source)
Properties
protected Closure[]>> | $renderHooks | ||
protected bool | $hasSpaMode | ||
protected string[] | $spaModeUrlExceptions |
Methods
void
Htmlable
renderHook(string $name, string|array|null $scopes = null)
No description
void
spa(bool $condition = true)
No description
void
spaUrlExceptions(array $exceptions)
No description
bool
hasSpaMode(string|null $url = null)
No description
Details
void
registerRenderHook(string $name, Closure $hook, string|array|null $scopes = null)
No description
Htmlable
renderHook(string $name, string|array|null $scopes = null)
No description
void
spa(bool $condition = true)
No description
void
spaUrlExceptions(array $exceptions)
No description
bool
hasSpaMode(string|null $url = null)
No description