Certificationy\Cli\Command\StartCommand::path PHP Méthode

path() protected méthode

Returns configuration file path
protected path ( null | string $config = null ) : String
$config null | string
Résultat String $path The configuration filepath
    protected function path($config = null)
    {
        return $config ? $config : dirname(__DIR__) . DIRECTORY_SEPARATOR . 'config.yml';
    }