PHP Class ExpressionModel, thinksns

Author: jason ([email protected])
Datei anzeigen Open project: medz/thinksns-4

Public Methods

Method Description
getAllExpression ( boolean $flush = false ) : array 获取当前所有的表情
parse ( string $data ) : string 将表情格式化成HTML形式

Method Details

getAllExpression() public method

获取当前所有的表情
public getAllExpression ( boolean $flush = false ) : array
$flush boolean 是否更新缓存,默认为false
return array 返回表情数据

parse() public method

将表情格式化成HTML形式
public parse ( string $data ) : string
$data string 内容数据
return string 转换为表情链接的内容