Exemple #1
0
 private static function getHTMLDirectory(PWECore $pwe)
 {
     return $pwe->getDataDirectory() . '/html';
 }
Exemple #2
0
 public function testGetXMLDirectory()
 {
     $this->object->getDataDirectory();
 }