Laravel\Envoy\SSHConfigFile::parse PHP Метод

parse() публичный статический Метод

Parse the given configuration file.
public static parse ( string $file ) : SSHConfigFile
$file string
Результат SSHConfigFile
    public static function parse($file)
    {
        return static::parseString(file_get_contents($file));
    }