\App\System\ServiceSystemApiService

api接口业务 Class SystemAppService

Summary

Methods
Properties
Constants
setAttributes()
__get()
getAttributes()
__construct()
getColumnListByApiId()
$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

$mapper

$mapper : \App\System\Mapper\SystemApiMapper

Type

\App\System\Mapper\SystemApiMapper

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

__construct()

__construct(\App\System\Mapper\SystemApiMapper  $mapper) 

Parameters

\App\System\Mapper\SystemApiMapper $mapper

getColumnListByApiId()

getColumnListByApiId(string  $id) : array

获取字段列

Parameters

string $id

Returns

array