Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PhpSpec
Locator
Resource
PHP Interface PhpSpec\Locator\Resource
Mostrar archivo
Open project: phpspec/phpspec
Interface Usage Examples
Public Methods
Method
Description
getName
( ) :
string
getSpecClassname
( ) :
string
getSpecFilename
( ) :
string
getSpecName
( ) :
string
getSpecNamespace
( ) :
string
getSrcClassname
( ) :
string
getSrcFilename
( ) :
string
getSrcNamespace
( ) :
string
Method Details
getName()
public
method
public
getName
( ) :
string
return
string
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