Previous Page
Methods

Solar_View
__call()

Next Page
__construct()

__call()

public string __call ( string $name, array $args )

Executes a helper method with arbitrary parameters.

Parameters

  • (string) $name: The helper name.
  • (array) $args: The parameters passed to the helper.

Returns

  • (string) The helper output.

Description

Executes a helper method with arbitrary parameters.