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

Public Member Functions

 load ($partName=null)
 

Data Fields

const PART_CONFIG = 'config'
 
const PART_TRANSLATE = 'translate'
 
const PART_DESIGN = 'design'
 

Detailed Description

Interface AreaInterface

Definition at line 12 of file AreaInterface.php.

Member Function Documentation

◆ load()

load (   $partName = null)

Load area part

Parameters
string$partName
Returns
$this

Implemented in Area.

Field Documentation

◆ PART_CONFIG

const PART_CONFIG = 'config'

Definition at line 14 of file AreaInterface.php.

◆ PART_DESIGN

const PART_DESIGN = 'design'

Definition at line 16 of file AreaInterface.php.

◆ PART_TRANSLATE

const PART_TRANSLATE = 'translate'

Definition at line 15 of file AreaInterface.php.


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