Alex\BehatLauncher\Behat\FeatureFile::getPath PHP 메소드

getPath() 공개 메소드

public getPath ( ) : string
리턴 string
    public function getPath()
    {
        $parent = $this->directory->getPath();
        if ($parent === '') {
            return $this->name;
        }
        return $parent . '/' . $this->name;
    }