PHP Class Page\Model\Page

Inheritance: implements Zend\InputFilter\InputFilterAwareInterface
Show file Open project: oleksandr-torosh/yona-cms Class Usage Examples

Protected Properties

Property Type Description
$meta_description translate
$meta_keywords translate
$meta_title translate
$text translate
$title
$translateFields translate
$translateModel translate

Public Methods

Method 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 method

public afterUpdate ( )

beforeCreate() public method

public beforeCreate ( )

beforeUpdate() public method

public beforeUpdate ( )

findCachedBySlug() public static method

public static findCachedBySlug ( $slug )

getCreatedAt() public method

public getCreatedAt ( ) : mixed
return mixed

getId() public method

public getId ( ) : mixed
return mixed

getMetaDescription() public method

public getMetaDescription ( ) : mixed
return mixed

getMetaKeywords() public method

public getMetaKeywords ( ) : mixed
return mixed

getMetaTitle() public method

public getMetaTitle ( ) : mixed
return mixed

getSlug() public method

public getSlug ( ) : mixed
return mixed

getSource() public method

public getSource ( )

getText() public method

public getText ( ) : mixed
return mixed

getTitle() public method

public getTitle ( ) : mixed
return mixed

getUpdatedAt() public method

public getUpdatedAt ( ) : mixed
return mixed

initialize() public method

public initialize ( )

setCreatedAt() public method

public setCreatedAt ( mixed $created_at )
$created_at mixed

setId() public method

public setId ( mixed $id )
$id mixed

setMetaDescription() public method

public setMetaDescription ( mixed $meta_description )
$meta_description mixed

setMetaKeywords() public method

public setMetaKeywords ( mixed $meta_keywords )
$meta_keywords mixed

setMetaTitle() public method

public setMetaTitle ( mixed $meta_title )
$meta_title mixed

setSlug() public method

public setSlug ( mixed $slug )
$slug mixed

setText() public method

public setText ( mixed $text )
$text mixed

setTitle() public method

public setTitle ( mixed $title )
$title mixed

setUpdatedAt() public method

public setUpdatedAt ( $updated_at )
$updated_at

updateFields() public method

public updateFields ( $data )

validation() public method

public validation ( )

Property Details

$meta_description protected property

translate
protected $meta_description

$meta_keywords protected property

translate
protected $meta_keywords

$meta_title protected property

translate
protected $meta_title

$text protected property

translate
protected $text

$title protected property

protected $title

$translateFields protected property

translate
protected $translateFields

$translateModel protected property

translate
protected $translateModel