before find words routine

This commit is contained in:
DHTMLGoodies
2017-02-05 14:24:49 +01:00
parent 155af550c1
commit 1fcf22de2c

View File

@@ -131,6 +131,11 @@ class PgnParser
return $this->pgnGames;
}
public function countGames(){
$games = $this->getUnparsedGames();
return count($games);
}
public function getCleanPgn(){
return $this->cleanPgn($this->pgnContent);