CloneableFinalInstantiable
| Methods |
| public __construct(League |
| public getNode() : League |
| public getPosition() : int |
| public getPrevious() : ?League |
| public hasNext() : bool |
| public isActive() : bool Only valid in the context of non-images (links) |
| public isImage() : bool |
public setActive(bool $active) : void
|
public setHasNext(bool $hasNext) : void
|
| Properties |
| private bool $active = true |
| private bool $hasNext = false |
| private bool $image |
| private League |
| private int $position |
| private ?League |