Previous Page
resetChain()

Solar_Filter
setChainLocaleObject()

Next Page
setChainRequire()

setChainLocaleObject()

public void setChainLocaleObject ( Solar_Base $obj )

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

Parameters

  • (Solar_Base) $obj: Any Solar_Base object with a locale() method. When empty, uses $this for locale().

Returns

  • (void)

Description

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

See Also