getSourceLocation() public method

public getSourceLocation ( )
示例#1
0
 public function setDestinationFallback()
 {
     if ($this->app->getDestinationLocation() == '') {
         $this->app->setDestinationLocation($this->app->getSourceLocation() . '/_site');
     }
 }