before find words routine
This commit is contained in:
@@ -132,6 +132,11 @@ class PgnParser
|
||||
return $this->pgnGames;
|
||||
}
|
||||
|
||||
public function countGames(){
|
||||
$games = $this->getUnparsedGames();
|
||||
return count($games);
|
||||
}
|
||||
|
||||
public function getCleanPgn(){
|
||||
return $this->cleanPgn($this->pgnContent);
|
||||
}
|
||||
|
Reference in New Issue
Block a user