Orangehill\Iseed\Iseed::getStubPath PHP Method

getStubPath() public method

Get the path to the stub file.
public getStubPath ( ) : string
return string
    public function getStubPath()
    {
        return __DIR__ . DIRECTORY_SEPARATOR . 'Stubs';
    }

Usage Example

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