CloneableFinalInstantiable
Methods |
public __construct(string $char, int $numDelims, League |
public canClose() : bool |
public canOpen() : bool |
public getChar() : string |
public getIndex() : ?int |
public getInlineNode() : League |
public getLength() : int |
public getNext() : ?League |
public getOriginalLength() : int |
public getPrevious() : ?League |
public isActive() : bool |
public setActive(bool $active) : void |
public setLength(int $length) : void |
public setNext(?League |
public setPrevious(?League |
Properties |
private bool $active
|
private bool $canClose
|
private bool $canOpen
|
private string $char
|
private ?int $index = NULL
|
private League
|
private int $length
|
private ?League
|
private int $originalLength
|
private ?League
|