getPath() public method

Create the full path name to the seed file.
public getPath ( string $name, string $path ) : string
$name string
$path string
return string
Example #1
0
 /**
  * Create the full path name to the seed file.
  *
  * @param string $name
  * @param string $path
  * @return string 
  * @static 
  */
 public static function getPath($name, $path)
 {
     return \Orangehill\Iseed\Iseed::getPath($name, $path);
 }