Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
WellCommerce
Bundle
RoutingBundle
Entity
RouteInterface
PHP Interface WellCommerce\Bundle\RoutingBundle\Entity\RouteInterface
Author:
Adam Piotrowski (
[email protected]
)
ファイルを表示
Open project: wellcommerce/wellcommerce
Interface Usage Examples
Public Methods
Method
Description
getIdentifier
( ) :
object
getLocale
( ) :
string
getPath
( ) :
string
getType
( ) :
string
setIdentifier
(
object
$identifier
)
setLocale
(
string
$locale
)
setPath
(
string
$path
)
Method Details
getIdentifier()
public
method
public
getIdentifier
( ) :
object
return
object
getLocale()
public
method
public
getLocale
( ) :
string
return
string
getPath()
public
method
public
getPath
( ) :
string
return
string
getType()
public
method
public
getType
( ) :
string
return
string
setIdentifier()
public
method
public
setIdentifier
(
object
$identifier
)
$identifier
object
setLocale()
public
method
public
setLocale
(
string
$locale
)
$locale
string
setPath()
public
method
public
setPath
(
string
$path
)
$path
string