PHP Trait Collective\Annotations\NamespaceToPathConverterTrait

Inheritance: use trait Illuminate\Console\AppNamespaceDetectorTrait
Show file Open project: laravelcollective/annotations

Public Methods

Method Description
getPathFromNamespace ( string $namespace, $base = null ) : string Convert the given namespace to a file path.

Method Details

getPathFromNamespace() public method

Convert the given namespace to a file path.
public getPathFromNamespace ( string $namespace, $base = null ) : string
$namespace string the namespace to convert
return string