00001 <?php 00002 00006 class spunQ_WormholeUrlManagerFactory implements spunQ_IUrlManagerFactory { 00007 00011 public function create($entryPoint) { 00012 return new spunQ_WormholeUrlManager($entryPoint); 00013 } 00014 00018 public function getName() { 00019 return 'spunQ.wormhole'; 00020 } 00021 00022 } 00023
1.5.9