Type
Table of Contents
Constants
- COMPONENT = 'component'
- ICON = 'icon'
- IMAGE = 'img'
- LINK = 'link'
- MAP = 'map'
- MEDIA = 'embed'
- STYLE_IMAGE = 'styleimg'
- TEXT = 'text'
Methods
- getClassName() : string
- Gets class handler for type of node.
Constants
COMPONENT
public
mixed
COMPONENT
= 'component'
ICON
public
mixed
ICON
= 'icon'
IMAGE
public
mixed
IMAGE
= 'img'
LINK
public
mixed
LINK
= 'link'
MAP
public
mixed
MAP
= 'map'
MEDIA
public
mixed
MEDIA
= 'embed'
STYLE_IMAGE
public
mixed
STYLE_IMAGE
= 'styleimg'
TEXT
public
mixed
TEXT
= 'text'
Methods
getClassName()
Gets class handler for type of node.
public
static getClassName(string $type) : string
Parameters
- $type : string
-
Node type.