PHP 클래스 Common\Doctrine\Entity\Meta

파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $keywords, boolean $keywordsOverwrite, string $description, boolean $descriptionOverwrite, string $title, boolean $titleOverwrite, string $url, boolean $urlOverwrite, string $custom, array $data, integer | null $id = null )
fromBackendMeta ( Meta $meta ) : self
getCustom ( ) : string
getData ( ) : array
getDescription ( ) : string
getId ( ) : integer
getKeywords ( ) : string
getSEOFollow ( ) : SEOFollow | null
getSEOIndex ( ) : SEOIndex | null
getTitle ( ) : string
getUrl ( ) : string
hasSEOFollow ( )
hasSEOIndex ( )
isDescriptionOverwrite ( ) : boolean
isKeywordsOverwrite ( ) : boolean
isTitleOverwrite ( ) : boolean
isUrlOverwrite ( ) : boolean
serialiseData ( )
unSerialiseData ( )
update ( string $keywords, boolean $keywordsOverwrite, string $description, boolean $descriptionOverwrite, string $title, boolean $titleOverwrite, string $url, boolean $urlOverwrite, string $custom, array $data )
updateWithFormData ( array $metaData ) : self Used in the transformer of the Symfony form type for this entity

메소드 상세

__construct() 공개 메소드

public __construct ( string $keywords, boolean $keywordsOverwrite, string $description, boolean $descriptionOverwrite, string $title, boolean $titleOverwrite, string $url, boolean $urlOverwrite, string $custom, array $data, integer | null $id = null )
$keywords string
$keywordsOverwrite boolean
$description string
$descriptionOverwrite boolean
$title string
$titleOverwrite boolean
$url string
$urlOverwrite boolean
$custom string
$data array
$id integer | null

fromBackendMeta() 공개 정적인 메소드

public static fromBackendMeta ( Meta $meta ) : self
$meta Backend\Core\Engine\Meta
리턴 self

getCustom() 공개 메소드

public getCustom ( ) : string
리턴 string

getData() 공개 메소드

public getData ( ) : array
리턴 array

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getKeywords() 공개 메소드

public getKeywords ( ) : string
리턴 string

getSEOFollow() 공개 메소드

public getSEOFollow ( ) : SEOFollow | null
리턴 Common\Doctrine\ValueObject\SEOFollow | null

getSEOIndex() 공개 메소드

public getSEOIndex ( ) : SEOIndex | null
리턴 Common\Doctrine\ValueObject\SEOIndex | null

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string

hasSEOFollow() 공개 메소드

public hasSEOFollow ( )

hasSEOIndex() 공개 메소드

public hasSEOIndex ( )

isDescriptionOverwrite() 공개 메소드

public isDescriptionOverwrite ( ) : boolean
리턴 boolean

isKeywordsOverwrite() 공개 메소드

public isKeywordsOverwrite ( ) : boolean
리턴 boolean

isTitleOverwrite() 공개 메소드

public isTitleOverwrite ( ) : boolean
리턴 boolean

isUrlOverwrite() 공개 메소드

public isUrlOverwrite ( ) : boolean
리턴 boolean

serialiseData() 공개 메소드

public serialiseData ( )

unSerialiseData() 공개 메소드

public unSerialiseData ( )

update() 공개 메소드

public update ( string $keywords, boolean $keywordsOverwrite, string $description, boolean $descriptionOverwrite, string $title, boolean $titleOverwrite, string $url, boolean $urlOverwrite, string $custom, array $data )
$keywords string
$keywordsOverwrite boolean
$description string
$descriptionOverwrite boolean
$title string
$titleOverwrite boolean
$url string
$urlOverwrite boolean
$custom string
$data array

updateWithFormData() 공개 정적인 메소드

Used in the transformer of the Symfony form type for this entity
public static updateWithFormData ( array $metaData ) : self
$metaData array
리턴 self