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