PHP Class Page\Model\Page

Inheritance: implements Zend\InputFilter\InputFilterAwareInterface
Afficher le fichier Open project: oleksandr-torosh/yona-cms Class Usage Examples

Protected Properties

Свойство Type Description
$meta_description translate
$meta_keywords translate
$meta_title translate
$text translate
$title
$translateFields translate
$translateModel translate

Méthodes publiques

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

Method Details

afterUpdate() public méthode

public afterUpdate ( )

beforeCreate() public méthode

public beforeCreate ( )

beforeUpdate() public méthode

public beforeUpdate ( )

findCachedBySlug() public static méthode

public static findCachedBySlug ( $slug )

getCreatedAt() public méthode

public getCreatedAt ( ) : mixed
Résultat mixed

getId() public méthode

public getId ( ) : mixed
Résultat mixed

getMetaDescription() public méthode

public getMetaDescription ( ) : mixed
Résultat mixed

getMetaKeywords() public méthode

public getMetaKeywords ( ) : mixed
Résultat mixed

getMetaTitle() public méthode

public getMetaTitle ( ) : mixed
Résultat mixed

getSlug() public méthode

public getSlug ( ) : mixed
Résultat mixed

getSource() public méthode

public getSource ( )

getText() public méthode

public getText ( ) : mixed
Résultat mixed

getTitle() public méthode

public getTitle ( ) : mixed
Résultat mixed

getUpdatedAt() public méthode

public getUpdatedAt ( ) : mixed
Résultat mixed

initialize() public méthode

public initialize ( )

setCreatedAt() public méthode

public setCreatedAt ( mixed $created_at )
$created_at mixed

setId() public méthode

public setId ( mixed $id )
$id 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

setMetaTitle() public méthode

public setMetaTitle ( mixed $meta_title )
$meta_title mixed

setSlug() public méthode

public setSlug ( mixed $slug )
$slug mixed

setText() public méthode

public setText ( mixed $text )
$text mixed

setTitle() public méthode

public setTitle ( mixed $title )
$title mixed

setUpdatedAt() public méthode

public setUpdatedAt ( $updated_at )
$updated_at

updateFields() public méthode

public updateFields ( $data )

validation() public méthode

public validation ( )

Property Details

$meta_description protected_oe property

translate
protected $meta_description

$meta_keywords protected_oe property

translate
protected $meta_keywords

$meta_title protected_oe property

translate
protected $meta_title

$text protected_oe property

translate
protected $text

$title protected_oe property

protected $title

$translateFields protected_oe property

translate
protected $translateFields

$translateModel protected_oe property

translate
protected $translateModel