PHP Class League\CommonMark\Block\Element\ListData

Datei anzeigen 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_oe property

public string $bulletChar
return string

$delimiter public_oe property

public string $delimiter
return string

$markerOffset public_oe property

public int $markerOffset
return integer

$padding public_oe property

public int $padding
return integer

$start public_oe property

public int|null $start
return integer | null

$type public_oe property

public string $type
return string