PHP 클래스 Flarum\Core\Post\AbstractEventPost

상속: extends Flarum\Core\Post
파일 보기 프로젝트 열기: flarum/core

공개 메소드들

메소드 설명
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