PHP Class Flarum\Core\Post\AbstractEventPost

Inheritance: extends Flarum\Core\Post
Afficher le fichier Open project: flarum/core

Méthodes publiques

Méthode Description
getContentAttribute ( string $value ) : string Unserialize the content attribute from the database's JSON value.
setContentAttribute ( string $value ) Serialize the content attribute to be stored in the database as JSON.

Method Details

getContentAttribute() public méthode

Unserialize the content attribute from the database's JSON value.
public getContentAttribute ( string $value ) : string
$value string
Résultat string

setContentAttribute() public méthode

Serialize the content attribute to be stored in the database as JSON.
public setContentAttribute ( string $value )
$value string