SilverCart\Core\ExtensibleExtension
- Author: Sebastian Diel <sdiel@pixeltricks.de>
- Copyright: 2021 pixeltricks GmbH
- License: see license file in modules root directory
Synopsis
trait ExtensibleExtension
{
- // members
- protected array $customAddCallbackMethodList = ;
- // methods
- public void customAddCallbackMethod()
Hierarchy
Members
protected
- $customAddCallbackMethodList
—
array
Lsit of custom callback methods.
Methods
public
- customAddCallbackMethod() — Adds a callback for the given $method name. If $extensionClass is not given self::class will be used as fallback.