コード例 #1
0
 public function __construct()
 {
     global $PAGE;
     parent::__construct($PAGE);
     $this->cache = new navigation_cache('unittest_nav');
 }