PHP Class Eccube\Tests\Plugin\CommonHookPoint\HookPointEvent

Afficher le fichier Open project: ec-cube/ec-cube

Méthodes publiques

Méthode Description
__construct ( $app )
onAppAfter ( )
onAppAfterWithArgument ( $event = null )
onAppBefore ( )
onAppBeforeRedirect ( $event = null )
onAppBeforeWithArgument ( $event = null )
onControllerHomepageAfter ( )
onControllerHomepageAfterWithArgument ( $event = null )
onControllerHomepageBefore ( )
onControllerHomepageBeforeRedirect ( $event = null )
onControllerHomepageBeforeWithArgument ( $event = null )
onControllerHomepageFinish ( )
onControllerHomepageFinishWithArgument ( $event = null )

Method Details

__construct() public méthode

public __construct ( $app )

onAppAfter() public méthode

public onAppAfter ( )

onAppAfterWithArgument() public méthode

public onAppAfterWithArgument ( $event = null )

onAppBefore() public méthode

public onAppBefore ( )

onAppBeforeRedirect() public méthode

public onAppBeforeRedirect ( $event = null )

onAppBeforeWithArgument() public méthode

public onAppBeforeWithArgument ( $event = null )

onControllerHomepageAfter() public méthode

onControllerHomepageAfterWithArgument() public méthode

public onControllerHomepageAfterWithArgument ( $event = null )

onControllerHomepageBefore() public méthode

onControllerHomepageBeforeRedirect() public méthode

public onControllerHomepageBeforeRedirect ( $event = null )

onControllerHomepageBeforeWithArgument() public méthode

public onControllerHomepageBeforeWithArgument ( $event = null )

onControllerHomepageFinish() public méthode

onControllerHomepageFinishWithArgument() public méthode

public onControllerHomepageFinishWithArgument ( $event = null )