Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
League
CommonMark
Block
Element
ListData
PHP Class League\CommonMark\Block\Element\ListData
Show file
Open project: colinodell/commonmark-php
Class Usage Examples
Public Properties
Property
Type
Description
$bulletChar
string
$delimiter
string
$markerOffset
integer
$padding
integer
$start
integer
|
null
$type
string
Public Methods
Method
Description
equals
(
ListData
$data
) :
boolean
Method Details
equals()
public
method
public
equals
(
ListData
$data
) :
boolean
$data
ListData
return
boolean
Property Details
$bulletChar
public property
public
string
$bulletChar
return
string
$delimiter
public property
public
string
$delimiter
return
string
$markerOffset
public property
public
int
$markerOffset
return
integer
$padding
public property
public
int
$padding
return
integer
$start
public property
public
int|null
$start
return
integer
|
null
$type
public property
public
string
$type
return
string