コード例 #1
0
 protected function createFsa(phpMorphy_Storage_StorageInterface $storage, $lazy)
 {
     return phpMorphy_Fsa_FsaAbstract::create($storage, $lazy);
 }
コード例 #2
0
ファイル: Proxy.php プロジェクト: Garcy111/Garcy-Framework-2
 protected function proxyInstantiate()
 {
     $result = phpMorphy_Fsa_FsaAbstract::create($this->storage, false);
     unset($this->storage);
     return $result;
 }