Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Sulu
Component
CustomUrl
Generator
MissingDomainPartException
PHP Class Sulu\Component\CustomUrl\Generator\MissingDomainPartException
Inheritance:
extends
Sulu\Component\Rest\Exception\RestException
Show file
Open project: sulu/sulu
Public Methods
Method
Description
__construct
(
$baseDomain
,
array
$domainParts
,
$domain
)
getBaseDomain
( ) :
string
getDomain
( ) :
string
getDomainParts
( ) :
array
Method Details
__construct()
public
method
public
__construct
(
$baseDomain
,
array
$domainParts
,
$domain
)
$domainParts
array
getBaseDomain()
public
method
public
getBaseDomain
( ) :
string
return
string
getDomain()
public
method
public
getDomain
( ) :
string
return
string
getDomainParts()
public
method
public
getDomainParts
( ) :
array
return
array