Documentation

MarkdownInput
in package
implements MarkdownInputInterface

Interfaces, Classes and Traits

MarkdownInputInterface

Table of Contents

$content  : string
$lineCount  : int|null
$lines  : array<int, string>|null
__construct()  : mixed
getContent()  : string
getLineCount()  : int
getLines()  : Traversable<int, string>
splitLinesIfNeeded()  : void

Properties

Methods

__construct()

public __construct(string $content) : mixed
Parameters
$content : string
Return values
mixed

getContent()

public getContent() : string
Return values
string

getLineCount()

public getLineCount() : int
Return values
int

getLines()

public getLines() : Traversable<int, string>
Return values
Traversable<int, string>

splitLinesIfNeeded()

private splitLinesIfNeeded() : void
Return values
void

Search results