getStubPath() public méthode

Get the path to the stub file.
public getStubPath ( ) : string
Résultat string
Exemple #1
0
 /**
  * Get the path to the stub file.
  *
  * @return string 
  * @static 
  */
 public static function getStubPath()
 {
     return \Orangehill\Iseed\Iseed::getStubPath();
 }