Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Sulu
Component
CustomUrl
Generator
GeneratorInterface
PHP Interface Sulu\Component\CustomUrl\Generator\GeneratorInterface
显示文件
Open project: sulu/sulu
Interface Usage Examples
Public Methods
Method
Description
generate
(
$baseDomain
,
$domainParts
,
Localization
$locale
= null ) :
string
Generates urls for given base-domain and domain-parts.
Method Details
generate()
public
method
If locales are passed the urls will be localized by replacers after generation.
public
generate
(
$baseDomain
,
$domainParts
,
Localization
$locale
= null ) :
string
$baseDomain
$domainParts
$locale
Sulu\Component\Localization\Localization
return
string