PhpBrew\Command\InitCommand::getFishScriptPath PHP Метод

getFishScriptPath() защищенный Метод

protected getFishScriptPath ( )
    protected function getFishScriptPath()
    {
        $path = $this->getCurrentShellDirectory();
        return file_get_contents($path . DIRECTORY_SEPARATOR . 'phpbrew.fish');
    }