DelimiterInterface
in
Table of Contents
Methods
- canClose() : bool
- canOpen() : bool
- getChar() : string
- getIndex() : int|null
- getInlineNode() : AbstractStringContainer
- getLength() : int
- getNext() : DelimiterInterface|null
- getOriginalLength() : int
- getPrevious() : DelimiterInterface|null
- isActive() : bool
- setActive() : void
- setLength() : void
- setNext() : void
- setPrevious() : void
Methods
canClose()
public
canClose() : bool
Return values
boolcanOpen()
public
canOpen() : bool
Return values
boolgetChar()
public
getChar() : string
Return values
stringgetIndex()
public
getIndex() : int|null
Return values
int|nullgetInlineNode()
public
getInlineNode() : AbstractStringContainer
Return values
AbstractStringContainergetLength()
public
getLength() : int
Return values
intgetNext()
public
getNext() : DelimiterInterface|null
Return values
DelimiterInterface|nullgetOriginalLength()
public
getOriginalLength() : int
Return values
intgetPrevious()
public
getPrevious() : DelimiterInterface|null
Return values
DelimiterInterface|nullisActive()
public
isActive() : bool
This method is no longer used internally and will be removed in 3.0
Return values
boolsetActive()
public
setActive(bool $active) : void
This method is no longer used internally and will be removed in 3.0
Parameters
- $active : bool
setLength()
public
setLength(int $length) : void
Parameters
- $length : int
setNext()
public
setNext(DelimiterInterface|null $next) : void
Parameters
- $next : DelimiterInterface|null
setPrevious()
public
setPrevious(DelimiterInterface|null $previous) : void
Parameters
- $previous : DelimiterInterface|null