getSourceLocation() public method

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