getOutputDirectory() 공개 메소드

public getOutputDirectory ( )
예제 #1
0
파일: Xml.php 프로젝트: theseer/phpdox
 public function __construct(BuildConfig $config)
 {
     $this->outputDir = $config->getOutputDirectory();
 }