getOutputDirectory() public method

public getOutputDirectory ( )
示例#1
0
文件: Xml.php 项目: theseer/phpdox
 public function __construct(BuildConfig $config)
 {
     $this->outputDir = $config->getOutputDirectory();
 }