예제 #1
0
 function offsetSet($index, $route)
 {
     if (!$route instanceof IRouter) {
         throw new InvalidArgumentException("Argument must be IRouter descendant.");
     }
     parent::offsetSet($index, $route);
 }
예제 #2
0
파일: loader.php 프로젝트: svoby/graweb2010
 function __construct()
 {
     parent::__construct(NULL, 'IRouter');
 }