PHP Класс Sulu\Component\CustomUrl\Document\CustomUrlDocument

Наследование: implements Sulu\Component\CustomUrl\Document\CustomUrlBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\NodeNameBehavior, implements Sulu\Component\DocumentManager\Behavior\Audit\TimestampBehavior, implements Sulu\Component\Content\Document\Behavior\BlameBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\ParentBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\LocaleBehavior, implements Sulu\Component\DocumentManager\Behavior\Path\AutoNameBehavior
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$baseDomain string
$canonical boolean
$changed DateTime
$changer integer
$created DateTime
$creator integer
$domainParts array
$locale string
$noFollow boolean
$noIndex boolean
$nodeName string
$originalLocale string
$parent PHPCR\NodeInterface
$path string
$published boolean
$redirect boolean
$routes RouteDocument
$targetDocument Sulu\Bundle\ContentBundle\Document\PageDocument
$targetLocale string
$title string
$uuid string

Открытые методы

Метод Описание
__construct ( )
addRoute ( $route, RouteDocument $routeDocument )
getBaseDomain ( )
getChanged ( )
getChanger ( )
getCreated ( )
getCreator ( )
getDomainParts ( )
getLocale ( )
getNodeName ( )
getOriginalLocale ( )
getParent ( )
getPath ( )
getRoutes ( )
getTargetDocument ( )
getTargetLocale ( )
getTitle ( )
getUuid ( )
isCanonical ( )
isNoFollow ( )
isNoIndex ( )
isPublished ( )
isRedirect ( )
setBaseDomain ( string $baseDomain ) Set base domain.
setCanonical ( boolean $canonical ) Set canonical.
setDomainParts ( array $domainParts ) Set domain parts.
setLocale ( $locale )
setNoFollow ( boolean $noFollow )
setNoIndex ( boolean $noIndex )
setOriginalLocale ( $originalLocale )
setParent ( $parent )
setPublished ( boolean $published ) Set published state.
setRedirect ( boolean $redirect ) Set redirect.
setRoutes ( array $routes )
setTargetDocument ( $targetDocument )
setTargetLocale ( string $targetLocale ) Set target locale.
setTitle ( string $title ) Set title.

Описание методов

__construct() публичный Метод

public __construct ( )

addRoute() публичный Метод

public addRoute ( $route, RouteDocument $routeDocument )
$routeDocument RouteDocument

getBaseDomain() публичный Метод

public getBaseDomain ( )

getChanged() публичный Метод

public getChanged ( )

getChanger() публичный Метод

public getChanger ( )

getCreated() публичный Метод

public getCreated ( )

getCreator() публичный Метод

public getCreator ( )

getDomainParts() публичный Метод

public getDomainParts ( )

getLocale() публичный Метод

public getLocale ( )

getNodeName() публичный Метод

public getNodeName ( )

getOriginalLocale() публичный Метод

public getOriginalLocale ( )

getParent() публичный Метод

public getParent ( )

getPath() публичный Метод

public getPath ( )

getRoutes() публичный Метод

public getRoutes ( )

getTargetDocument() публичный Метод

public getTargetDocument ( )

getTargetLocale() публичный Метод

public getTargetLocale ( )

getTitle() публичный Метод

public getTitle ( )

getUuid() публичный Метод

public getUuid ( )

isCanonical() публичный Метод

public isCanonical ( )

isNoFollow() публичный Метод

public isNoFollow ( )

isNoIndex() публичный Метод

public isNoIndex ( )

isPublished() публичный Метод

public isPublished ( )

isRedirect() публичный Метод

public isRedirect ( )

setBaseDomain() публичный Метод

Set base domain.
public setBaseDomain ( string $baseDomain )
$baseDomain string

setCanonical() публичный Метод

Set canonical.
public setCanonical ( boolean $canonical )
$canonical boolean

setDomainParts() публичный Метод

Set domain parts.
public setDomainParts ( array $domainParts )
$domainParts array

setLocale() публичный Метод

public setLocale ( $locale )

setNoFollow() публичный Метод

public setNoFollow ( boolean $noFollow )
$noFollow boolean

setNoIndex() публичный Метод

public setNoIndex ( boolean $noIndex )
$noIndex boolean

setOriginalLocale() публичный Метод

public setOriginalLocale ( $originalLocale )

setParent() публичный Метод

public setParent ( $parent )

setPublished() публичный Метод

Set published state.
public setPublished ( boolean $published )
$published boolean

setRedirect() публичный Метод

Set redirect.
public setRedirect ( boolean $redirect )
$redirect boolean

setRoutes() публичный Метод

public setRoutes ( array $routes )
$routes array

setTargetDocument() публичный Метод

public setTargetDocument ( $targetDocument )

setTargetLocale() публичный Метод

Set target locale.
public setTargetLocale ( string $targetLocale )
$targetLocale string

setTitle() публичный Метод

Set title.
public setTitle ( string $title )
$title string

Описание свойств

$baseDomain защищенное свойство

protected string $baseDomain
Результат string

$canonical защищенное свойство

protected bool $canonical
Результат boolean

$changed защищенное свойство

protected DateTime $changed
Результат DateTime

$changer защищенное свойство

protected int $changer
Результат integer

$created защищенное свойство

protected DateTime $created
Результат DateTime

$creator защищенное свойство

protected int $creator
Результат integer

$domainParts защищенное свойство

protected array $domainParts
Результат array

$locale защищенное свойство

protected string $locale
Результат string

$noFollow защищенное свойство

protected bool $noFollow
Результат boolean

$noIndex защищенное свойство

protected bool $noIndex
Результат boolean

$nodeName защищенное свойство

protected string $nodeName
Результат string

$originalLocale защищенное свойство

protected string $originalLocale
Результат string

$parent защищенное свойство

protected NodeInterface,PHPCR $parent
Результат PHPCR\NodeInterface

$path защищенное свойство

protected string $path
Результат string

$published защищенное свойство

protected bool $published
Результат boolean

$redirect защищенное свойство

protected bool $redirect
Результат boolean

$routes защищенное свойство

protected RouteDocument,Sulu\Component\CustomUrl\Document $routes
Результат RouteDocument

$targetDocument защищенное свойство

protected PageDocument,Sulu\Bundle\ContentBundle\Document $targetDocument
Результат Sulu\Bundle\ContentBundle\Document\PageDocument

$targetLocale защищенное свойство

protected string $targetLocale
Результат string

$title защищенное свойство

protected string $title
Результат string

$uuid защищенное свойство

protected string $uuid
Результат string