Guides

ListItem
in package

FinalYes

Needs to be removed duplicate of ListItemNode

Table of Contents

Properties

$depth  : int
$ordered  : bool
$prefix  : string
$text  : mixed

Methods

__construct()  : mixed
getDepth()  : int
getPrefix()  : string
getText()  : mixed
isOrdered()  : bool
setText()  : void
toArray()  : array<string|int, mixed>

Properties

$ordered read-only

private bool $ordered

$prefix read-only

private string $prefix

Methods

__construct()

public __construct(string $prefix, bool $ordered, int $depth, mixed $text) : mixed
Parameters
$prefix : string
$ordered : bool
$depth : int
$text : mixed

getDepth()

public getDepth() : int
Return values
int

getPrefix()

public getPrefix() : string
Return values
string

isOrdered()

public isOrdered() : bool
Return values
bool

setText()

public setText(mixed $text) : void
Parameters
$text : mixed

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results