\App\System\ServiceSystemApiLogService

api日志业务 Class SystemAppService

Summary

Methods
Properties
Constants
setAttributes()
__get()
getAttributes()
__construct()
$mapper
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

Methods

setAttributes()

setAttributes(array  $data) 

把数据设置为类属性

Parameters

array $data

__get()

__get(string  $name) : mixed|string

魔术方法,从类属性里获取数据

Parameters

string $name

Returns

mixed|string

getAttributes()

getAttributes() : array

获取数据

Returns

array