Solar_View::newHelper()

public object Solar_View::newHelper ( string $name , array $config = NULL )

Creates a new standalone helper object.

Parameters

  • (string) $name: The helper name.

  • (array) $config: Configuration value overrides, if any.

Returns

  • (object) A new standalone helper object.

Description

Creates a new standalone helper object.

See Also



Local