PHP Class Flarum\Core\Post\AbstractEventPost

Inheritance: extends Flarum\Core\Post
Datei anzeigen Open project: flarum/core

Public Methods

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

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

setContentAttribute() public method

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