StringContainerInterface
in
Interface for a block which can contain line(s) of strings
Table of Contents
- addLine() : void
- getStringContent() : string
- handleRemainingContents() : void
Methods
addLine()
public
addLine(string $line) : void
Parameters
- $line : string
Return values
void —getStringContent()
public
getStringContent() : string
Return values
string —handleRemainingContents()
public
handleRemainingContents(ContextInterface $context, Cursor $cursor) : void
Parameters
- $context : ContextInterface
- $cursor : Cursor