Since: 1.0
Author: Benjamin Eberlei (kontakt@beberlei.de)
Author: Lukas Kahwe Smith (smith@pooteeweet.org)
Beispiel #1
0
 private function getIdGenerator($type)
 {
     if (!isset($this->idGenerators[$type])) {
         $this->idGenerators[$type] = Id\IdGenerator::create($type);
     }
     return $this->idGenerators[$type];
 }