Controller Class

Aurora\Router Namespace


Methods

__call

Handle calls to missing methods

Parameters

  • string $method — Method name
  • array $parameters — Parameters

Return Value

  • mixed

Signature

public function __call(string $method, array $parameters)

Go to top