System\Classes\SystemController

Source: ~/modules/system/classes/SystemController.php

Extends:

  • Illuminate\Routing\Controller

The is the master controller for system related routing. It is currently only responsible for serving up the asset combiner contents.

See also:

Protected properties

There are no protected properties in the class.

Show inherited protected properties

Inherited protected properties

  • protected array $middleware - defined in Illuminate\Routing\Controller. The middleware registered on the controller.

Public methods

public string combine(string $name)

Combines JavaScript and StyleSheet assets.

Parameters
  • string $name - Combined file code

Show inherited public methods

Inherited public methods

  • public mixed __call(string $method, array $parameters) - defined in Illuminate\Routing\Controller. Handle calls to missing methods on the controller.
  • public Symfony\Component\HttpFoundation\Response callAction(string $method, array $parameters) - defined in Illuminate\Routing\Controller. Execute an action on the controller.
  • public array getMiddleware() - defined in Illuminate\Routing\Controller. Get the middleware assigned to the controller.
  • public Illuminate\Routing\ControllerMiddlewareOptions middleware(array|string|\Closure $middleware, array $options=array()) - defined in Illuminate\Routing\Controller. Register middleware on the controller.