getSourceLocation() public method

public getSourceLocation ( )
コード例 #1
0
ファイル: Engine.php プロジェクト: simonjodet/gumdrop
 public function setDestinationFallback()
 {
     if ($this->app->getDestinationLocation() == '') {
         $this->app->setDestinationLocation($this->app->getSourceLocation() . '/_site');
     }
 }