예제 #1
0
파일: TestPage.php 프로젝트: saiyan/selim
 /**
  * @return TestPage
  */
 public static function getPage3()
 {
     $tp = new TestPage();
     $tp->setProjectPath("/../pages/page3/mysite");
     $tp->setConfig(new SiteConfig("page3", realpath(__DIR__ . $tp->projectpath)));
     $tp->setSSpage(new SilverstripePage($tp->config));
     return $tp;
 }