Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
League
CommonMark
Inline
Element
AbstractInline
PHP Class League\CommonMark\Inline\Element\AbstractInline
Inheritance:
extends
League\CommonMark\Node\Node
Datei anzeigen
Open project: colinodell/commonmark-php
Class Usage Examples
Public Properties
Property
Type
Description
$data
array
Used for storage of arbitrary data
Public Methods
Method
Description
getData
(
string
$key
,
mixed
$default
= null ) :
mixed
isContainer
( ) :
boolean
Method Details
getData()
public
method
public
getData
(
string
$key
,
mixed
$default
= null ) :
mixed
$key
string
$default
mixed
return
mixed
isContainer()
public
method
public
isContainer
( ) :
boolean
return
boolean
Property Details
$data
public_oe property
Used for storage of arbitrary data
public
array
$data
return
array