PHP Class PhpSpec\Locator\PSR0\PSR0Resource

Inheritance: implements PhpSpec\Locator\Resource
Datei anzeigen Open project: phpspec/phpspec Class Usage Examples

Public Methods

Method Description
__construct ( array $parts, PSR0Locator $locator )
getName ( ) : mixed
getSpecClassname ( ) : string
getSpecFilename ( ) : string
getSpecName ( ) : string
getSpecNamespace ( ) : string
getSrcClassname ( ) : string
getSrcFilename ( ) : string
getSrcNamespace ( ) : string

Method Details

__construct() public method

public __construct ( array $parts, PSR0Locator $locator )
$parts array
$locator PSR0Locator

getName() public method

public getName ( ) : mixed
return mixed

getSpecClassname() public method

public getSpecClassname ( ) : string
return string

getSpecFilename() public method

public getSpecFilename ( ) : string
return string

getSpecName() public method

public getSpecName ( ) : string
return string

getSpecNamespace() public method

public getSpecNamespace ( ) : string
return string

getSrcClassname() public method

public getSrcClassname ( ) : string
return string

getSrcFilename() public method

public getSrcFilename ( ) : string
return string

getSrcNamespace() public method

public getSrcNamespace ( ) : string
return string