PHP 클래스 Publication\Model\Type

상속: extends Application\Mvc\Model\Model
파일 보기 프로젝트 열기: oleksandr-torosh/yona-cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$display_date
$format
$formats translate
$head_title
$id
$limit
$meta_description translate
$meta_keywords translate
$seo_text translate
$slug translate
$title

보호된 프로퍼티들

프로퍼티 타입 설명
$translateModel

공개 메소드들

메소드 설명
afterDelete ( )
afterSave ( )
afterUpdate ( )
cacheListKey ( $params )
cacheSlugKey ( $slug )
cachedListArray ( $params = [] )
getCachedBySlug ( $slug )
getDisplayDate ( ) : mixed
getFormat ( ) : string
getFormatTitle ( )
getHeadTitle ( ) : mixed
getId ( ) : mixed
getLimit ( ) : mixed
getMetaDescription ( ) : mixed
getMetaKeywords ( ) : mixed
getSeoText ( ) : mixed
getSlug ( ) : mixed
getSource ( )
getTitle ( ) : mixed
initialize ( )
setDisplayDate ( mixed $display_date )
setFormat ( string $format )
setHeadTitle ( mixed $head_title )
setId ( mixed $id )
setLimit ( mixed $limit )
setMetaDescription ( mixed $meta_description )
setMetaKeywords ( mixed $meta_keywords )
setSeoText ( mixed $seo_text )
setSlug ( mixed $slug )
setTitle ( mixed $title )
types ( )
updateFields ( $data )
validation ( )

비공개 메소드들

메소드 설명
buildCmsTypesCache ( )

메소드 상세

afterDelete() 공개 메소드

public afterDelete ( )

afterSave() 공개 메소드

public afterSave ( )

afterUpdate() 공개 메소드

public afterUpdate ( )

cacheListKey() 공개 정적인 메소드

public static cacheListKey ( $params )

cacheSlugKey() 공개 정적인 메소드

public static cacheSlugKey ( $slug )

cachedListArray() 공개 정적인 메소드

public static cachedListArray ( $params = [] )

getCachedBySlug() 공개 정적인 메소드

public static getCachedBySlug ( $slug )

getDisplayDate() 공개 메소드

public getDisplayDate ( ) : mixed
리턴 mixed

getFormat() 공개 메소드

public getFormat ( ) : string
리턴 string

getFormatTitle() 공개 메소드

public getFormatTitle ( )

getHeadTitle() 공개 메소드

public getHeadTitle ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getLimit() 공개 메소드

public getLimit ( ) : mixed
리턴 mixed

getMetaDescription() 공개 메소드

public getMetaDescription ( ) : mixed
리턴 mixed

getMetaKeywords() 공개 메소드

public getMetaKeywords ( ) : mixed
리턴 mixed

getSeoText() 공개 메소드

public getSeoText ( ) : mixed
리턴 mixed

getSlug() 공개 메소드

public getSlug ( ) : mixed
리턴 mixed

getSource() 공개 메소드

public getSource ( )

getTitle() 공개 메소드

public getTitle ( ) : mixed
리턴 mixed

initialize() 공개 메소드

public initialize ( )

setDisplayDate() 공개 메소드

public setDisplayDate ( mixed $display_date )
$display_date mixed

setFormat() 공개 메소드

public setFormat ( string $format )
$format string

setHeadTitle() 공개 메소드

public setHeadTitle ( mixed $head_title )
$head_title mixed

setId() 공개 메소드

public setId ( mixed $id )
$id mixed

setLimit() 공개 메소드

public setLimit ( mixed $limit )
$limit mixed

setMetaDescription() 공개 메소드

public setMetaDescription ( mixed $meta_description )
$meta_description mixed

setMetaKeywords() 공개 메소드

public setMetaKeywords ( mixed $meta_keywords )
$meta_keywords mixed

setSeoText() 공개 메소드

public setSeoText ( mixed $seo_text )
$seo_text mixed

setSlug() 공개 메소드

public setSlug ( mixed $slug )
$slug mixed

setTitle() 공개 메소드

public setTitle ( mixed $title )
$title mixed

types() 공개 정적인 메소드

public static types ( )

updateFields() 공개 메소드

public updateFields ( $data )

validation() 공개 메소드

public validation ( )

프로퍼티 상세

$display_date 공개적으로 프로퍼티

public $display_date

$format 공개적으로 프로퍼티

public $format

$formats 공개적으로 정적으로 프로퍼티

translate
public static $formats

$head_title 공개적으로 프로퍼티

public $head_title

$id 공개적으로 프로퍼티

public $id

$limit 공개적으로 프로퍼티

public $limit

$meta_description 공개적으로 프로퍼티

translate
public $meta_description

$meta_keywords 공개적으로 프로퍼티

translate
public $meta_keywords

$seo_text 공개적으로 프로퍼티

translate
public $seo_text

$slug 공개적으로 프로퍼티

translate
public $slug

$title 공개적으로 프로퍼티

public $title

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

protected $translateModel