PHP Class Publication\Model\Type

Inheritance: extends Application\Mvc\Model\Model
Afficher le fichier Open project: oleksandr-torosh/yona-cms Class Usage Examples

Méthodes publiques

Свойство Type Description
$display_date
$format
$formats translate
$head_title
$id
$limit
$meta_description translate
$meta_keywords translate
$seo_text translate
$slug translate
$title

Protected Properties

Свойство Type Description
$translateModel

Méthodes publiques

Méthode Description
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 ( )

Private Methods

Méthode Description
buildCmsTypesCache ( )

Method Details

afterDelete() public méthode

public afterDelete ( )

afterSave() public méthode

public afterSave ( )

afterUpdate() public méthode

public afterUpdate ( )

cacheListKey() public static méthode

public static cacheListKey ( $params )

cacheSlugKey() public static méthode

public static cacheSlugKey ( $slug )

cachedListArray() public static méthode

public static cachedListArray ( $params = [] )

getCachedBySlug() public static méthode

public static getCachedBySlug ( $slug )

getDisplayDate() public méthode

public getDisplayDate ( ) : mixed
Résultat mixed

getFormat() public méthode

public getFormat ( ) : string
Résultat string

getFormatTitle() public méthode

public getFormatTitle ( )

getHeadTitle() public méthode

public getHeadTitle ( ) : mixed
Résultat mixed

getId() public méthode

public getId ( ) : mixed
Résultat mixed

getLimit() public méthode

public getLimit ( ) : mixed
Résultat mixed

getMetaDescription() public méthode

public getMetaDescription ( ) : mixed
Résultat mixed

getMetaKeywords() public méthode

public getMetaKeywords ( ) : mixed
Résultat mixed

getSeoText() public méthode

public getSeoText ( ) : mixed
Résultat mixed

getSlug() public méthode

public getSlug ( ) : mixed
Résultat mixed

getSource() public méthode

public getSource ( )

getTitle() public méthode

public getTitle ( ) : mixed
Résultat mixed

initialize() public méthode

public initialize ( )

setDisplayDate() public méthode

public setDisplayDate ( mixed $display_date )
$display_date mixed

setFormat() public méthode

public setFormat ( string $format )
$format string

setHeadTitle() public méthode

public setHeadTitle ( mixed $head_title )
$head_title mixed

setId() public méthode

public setId ( mixed $id )
$id mixed

setLimit() public méthode

public setLimit ( mixed $limit )
$limit mixed

setMetaDescription() public méthode

public setMetaDescription ( mixed $meta_description )
$meta_description mixed

setMetaKeywords() public méthode

public setMetaKeywords ( mixed $meta_keywords )
$meta_keywords mixed

setSeoText() public méthode

public setSeoText ( mixed $seo_text )
$seo_text mixed

setSlug() public méthode

public setSlug ( mixed $slug )
$slug mixed

setTitle() public méthode

public setTitle ( mixed $title )
$title mixed

types() public static méthode

public static types ( )

updateFields() public méthode

public updateFields ( $data )

validation() public méthode

public validation ( )

Property Details

$display_date public_oe property

public $display_date

$format public_oe property

public $format

$formats public_oe static_oe property

translate
public static $formats

$head_title public_oe property

public $head_title

$id public_oe property

public $id

$limit public_oe property

public $limit

$meta_description public_oe property

translate
public $meta_description

$meta_keywords public_oe property

translate
public $meta_keywords

$seo_text public_oe property

translate
public $seo_text

$slug public_oe property

translate
public $slug

$title public_oe property

public $title

$translateModel protected_oe property

protected $translateModel