Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Data Fields
DefinitionInterface Interface Reference
Inheritance diagram for DefinitionInterface:
Runtime

Public Member Functions

 getMethodList ($type)
 

Data Fields

const LISTENER_BEFORE = 1
 
const LISTENER_AROUND = 2
 
const LISTENER_AFTER = 4
 

Detailed Description

Interface \Magento\Framework\Interception\DefinitionInterface

Definition at line 14 of file DefinitionInterface.php.

Member Function Documentation

◆ getMethodList()

getMethodList (   $type)

Retrieve list of methods

Parameters
string$type
Returns
string[]

Implemented in Runtime.

Field Documentation

◆ LISTENER_AFTER

const LISTENER_AFTER = 4

Definition at line 20 of file DefinitionInterface.php.

◆ LISTENER_AROUND

const LISTENER_AROUND = 2

Definition at line 18 of file DefinitionInterface.php.

◆ LISTENER_BEFORE

const LISTENER_BEFORE = 1

Definition at line 16 of file DefinitionInterface.php.


The documentation for this interface was generated from the following file: