AbstractInterface
| Methods |
| public abstract canClose() : bool |
| public abstract canOpen() : bool |
| public abstract getChar() : string |
| public abstract getIndex() : ?int |
| public abstract getInlineNode() : League |
| public abstract getLength() : int |
| public abstract getNext() : ?League |
| public abstract getOriginalLength() : int |
| public abstract getPrevious() : ?League |
public abstract isActive() : bool
|
public abstract setActive(bool $active) : void
|
| public abstract setLength(int $length) : void |
| public abstract setNext(?League |
| public abstract setPrevious(?League |