Example #1
0
 /**
  * @param string $xmlFilePath
  */
 function loadFromXml($xmlFilePath)
 {
     phpMorphy_UserDict_XmlLoader::loadFromFile($xmlFilePath, $this, $this->encoding_converter);
 }