setSourceLocation() public method

public setSourceLocation ( $sourceLocation )
Example #1
0
 public function setSourceFallback()
 {
     if ($this->app->getSourceLocation() == '') {
         //default to the project folder depending on gumdrop
         //example: project/_vendor/simonjodet/gumdrop/Gumdrop/
         $this->app->setSourceLocation(realpath(__DIR__) . '/../../../../');
     }
 }