Exemple #1
0
 function __get($propName)
 {
     if ($propName == 'fsa') {
         $this->fsa = Fsa::create($this->storage, false);
         unset($this->storage);
         return $this->fsa;
     }
     // TODO
     throw new \Exception("Unknown prop name '{$propName}'");
 }
Exemple #2
0
 function unpackTranses($transes)
 {
     return $this->fsa->unpackTranses($transes);
 }