phpDocumentor

ElementPosition
in package
implements ContentPositionInterface

Class ElementPosition

This class represents the position of an element

Tags
category

System

Interfaces, Classes and Traits

ContentPositionInterface
Interface ContentPositionInterface

Table of Contents

BOXES  = 'boxes'
Boxes position
FOOTER  = 'footer'
Footer position
HEADER  = 'header'
Header position
OTHER  = 'other'
Other position
START  = 'start'
Start position
STYLEEDIT  = 'styleedit'
Stlyeedit position
WITHDRAWAL  = 'withdrawal'
Withdrawal position
$position  : string
Element position
createForBoxes()  : ElementPosition
Create instance for boxes position
createForFooter()  : ElementPosition
Create instance for footer position
createForHeader()  : ElementPosition
Create instance for header position
createForOther()  : ElementPosition
Create instance for other position
createForStart()  : ElementPosition
Create instance for start position
createForStyleEdit()  : ElementPosition
createForWithdrawal()  : ElementPosition
Create instance for withdrawal position
createFromString()  : ElementPosition
Create instance from a position string
position()  : string
Return the position
__construct()  : mixed
ElementPosition constructor

Constants

Properties

Methods

__construct()

ElementPosition constructor

protected __construct(string $position) : mixed
Parameters
$position : string

Element position

Return values
mixed

Search results