Solar_Filter::setChainLocaleObject()

public void Solar_Filter::setChainLocaleObject ( Solar_Base|null|false $spec )

Sets the object used for getting locale() translations during applyChain().

Parameters

  • (Solar_Base|null|false) $spec: Any Solar object with a locale() method. When null, uses $this for locale(); when false, does not localize.

Returns

  • (void)

Description

Sets the object used for getting locale() translations during applyChain().

See Also



Local