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