protected function createFsa(phpMorphy_Storage_StorageInterface $storage, $lazy)
 {
     return phpMorphy_Fsa_FsaAbstract::create($storage, $lazy);
 }
Exemple #2
0
 protected function proxyInstantiate()
 {
     $result = phpMorphy_Fsa_FsaAbstract::create($this->storage, false);
     unset($this->storage);
     return $result;
 }