|
| addMoves ( $moveString) |
| Add moves, separated by spaces.
|
|
| addCommentBeforeFirstMove ( $comment) |
| Insert a comment before the first move.
|
|
| addComment ( $comment) |
| Insert a comment at the current location.
|
|
| startVariation () |
| Begin a variation at the current index.
|
|
| endVariation () |
| End a variation.
|
|
| getMoves () |
| Get the moves.
|
|
◆ addComment()
MediaWiki\Extension\ChessBrowser\PgnParser\MoveBuilder::addComment |
( |
| $comment | ) |
|
Insert a comment at the current location.
- Parameters
-
◆ addCommentBeforeFirstMove()
MediaWiki\Extension\ChessBrowser\PgnParser\MoveBuilder::addCommentBeforeFirstMove |
( |
| $comment | ) |
|
Insert a comment before the first move.
- Parameters
-
◆ addMoves()
MediaWiki\Extension\ChessBrowser\PgnParser\MoveBuilder::addMoves |
( |
| $moveString | ) |
|
Add moves, separated by spaces.
- Parameters
-
◆ getMoves()
MediaWiki\Extension\ChessBrowser\PgnParser\MoveBuilder::getMoves |
( |
| ) |
|
Get the moves.
- Returns
- array
The documentation for this class was generated from the following file:
- includes/PgnParser/MoveBuilder.php