예제 #1
0
파일: HTMLPage.php 프로젝트: undera/pwe
 private static function getHTMLDirectory(PWECore $pwe)
 {
     return $pwe->getDataDirectory() . '/html';
 }
예제 #2
0
파일: PWECoreTest.php 프로젝트: undera/pwe
 public function testGetXMLDirectory()
 {
     $this->object->getDataDirectory();
 }