Previous Page
locale()

Solar_View
newHelper()

Next Page
partial()

newHelper()

public object newHelper ( string $name, array $config default NULL )

Creates a new standalone helper object.

Parameters

  • (string) $name: The helper name.
  • (array) $config: Configuration array for the helper object.

Returns

  • (object) A new standalone helper object.

Description

Creates a new standalone helper object.

See Also