PHP 클래스 Page\Model\Page

상속: implements Zend\InputFilter\InputFilterAwareInterface
파일 보기 프로젝트 열기: oleksandr-torosh/yona-cms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$meta_description translate
$meta_keywords translate
$meta_title translate
$text translate
$title
$translateFields translate
$translateModel translate

공개 메소드들

메소드 설명
afterUpdate ( )
beforeCreate ( )
beforeUpdate ( )
findCachedBySlug ( $slug )
getCreatedAt ( ) : mixed
getId ( ) : mixed
getMetaDescription ( ) : mixed
getMetaKeywords ( ) : mixed
getMetaTitle ( ) : mixed
getSlug ( ) : mixed
getSource ( )
getText ( ) : mixed
getTitle ( ) : mixed
getUpdatedAt ( ) : mixed
initialize ( )
setCreatedAt ( mixed $created_at )
setId ( mixed $id )
setMetaDescription ( mixed $meta_description )
setMetaKeywords ( mixed $meta_keywords )
setMetaTitle ( mixed $meta_title )
setSlug ( mixed $slug )
setText ( mixed $text )
setTitle ( mixed $title )
setUpdatedAt ( $updated_at )
updateFields ( $data )
validation ( )

메소드 상세

afterUpdate() 공개 메소드

public afterUpdate ( )

beforeCreate() 공개 메소드

public beforeCreate ( )

beforeUpdate() 공개 메소드

public beforeUpdate ( )

findCachedBySlug() 공개 정적인 메소드

public static findCachedBySlug ( $slug )

getCreatedAt() 공개 메소드

public getCreatedAt ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getMetaDescription() 공개 메소드

public getMetaDescription ( ) : mixed
리턴 mixed

getMetaKeywords() 공개 메소드

public getMetaKeywords ( ) : mixed
리턴 mixed

getMetaTitle() 공개 메소드

public getMetaTitle ( ) : mixed
리턴 mixed

getSlug() 공개 메소드

public getSlug ( ) : mixed
리턴 mixed

getSource() 공개 메소드

public getSource ( )

getText() 공개 메소드

public getText ( ) : mixed
리턴 mixed

getTitle() 공개 메소드

public getTitle ( ) : mixed
리턴 mixed

getUpdatedAt() 공개 메소드

public getUpdatedAt ( ) : mixed
리턴 mixed

initialize() 공개 메소드

public initialize ( )

setCreatedAt() 공개 메소드

public setCreatedAt ( mixed $created_at )
$created_at mixed

setId() 공개 메소드

public setId ( mixed $id )
$id mixed

setMetaDescription() 공개 메소드

public setMetaDescription ( mixed $meta_description )
$meta_description mixed

setMetaKeywords() 공개 메소드

public setMetaKeywords ( mixed $meta_keywords )
$meta_keywords mixed

setMetaTitle() 공개 메소드

public setMetaTitle ( mixed $meta_title )
$meta_title mixed

setSlug() 공개 메소드

public setSlug ( mixed $slug )
$slug mixed

setText() 공개 메소드

public setText ( mixed $text )
$text mixed

setTitle() 공개 메소드

public setTitle ( mixed $title )
$title mixed

setUpdatedAt() 공개 메소드

public setUpdatedAt ( $updated_at )
$updated_at

updateFields() 공개 메소드

public updateFields ( $data )

validation() 공개 메소드

public validation ( )

프로퍼티 상세

$meta_description 보호되어 있는 프로퍼티

translate
protected $meta_description

$meta_keywords 보호되어 있는 프로퍼티

translate
protected $meta_keywords

$meta_title 보호되어 있는 프로퍼티

translate
protected $meta_title

$text 보호되어 있는 프로퍼티

translate
protected $text

$title 보호되어 있는 프로퍼티

protected $title

$translateFields 보호되어 있는 프로퍼티

translate
protected $translateFields

$translateModel 보호되어 있는 프로퍼티

translate
protected $translateModel