PHP Класс Flarum\Core\Post\AbstractEventPost

Наследование: extends Flarum\Core\Post
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getContentAttribute() публичный Метод

Unserialize the content attribute from the database's JSON value.
public getContentAttribute ( string $value ) : string
$value string
Результат string

setContentAttribute() публичный Метод

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