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
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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