EstateDetailUrl
Table of Contents
-
MAXIMUM_WORD_TITLE
= 5
-
createEstateDetailLink()
: string
-
getSanitizeTitle()
: string
-
getUrlWithEstateTitle()
: string
-
isOptionShowTitleUrl()
: bool
MAXIMUM_WORD_TITLE
public
mixed
MAXIMUM_WORD_TITLE
= 5
createEstateDetailLink()
public
createEstateDetailLink(string $url, int $estateId[, string|null $title = null ][, string|null $oldUrl = null ]) : string
Parameters
-
$url
: string
-
-
$estateId
: int
-
-
$title
: string|null
= null
-
-
$oldUrl
: string|null
= null
-
Return values
string
—
getSanitizeTitle()
public
getSanitizeTitle(string $title) : string
Parameters
-
$title
: string
-
Return values
string
—
getUrlWithEstateTitle()
public
getUrlWithEstateTitle(int $estateId[, string $title = null ][, string $oldUrl = null ]) : string
Parameters
-
$estateId
: int
-
-
$title
: string
= null
-
-
$oldUrl
: string
= null
-
Return values
string
—
isOptionShowTitleUrl()
public
isOptionShowTitleUrl() : bool
Return values
bool
—