Properties

$lecturerModel

$lecturerModel : \App\Models\Lecturer

Type

\App\Models\Lecturer

$attachmentService

$attachmentService : \Core\Services\AttachmentService

Type

\Core\Services\AttachmentService

$userService

$userService : \Core\Services\UserService

Type

\Core\Services\UserService

$container

$container : \Psr\Container\ContainerInterface

Type

\Psr\Container\ContainerInterface

$businessContainerKey

$businessContainerKey : 

Created by PhpStorm.

可以实现自动注入的业务容器 User:YM Date:2020/1/12 Time:上午8:18

Type

Methods

__get()

__get(  $key) : \Psr\Container\ContainerInterface|void

__get 隐式注入服务类 User:YM Date:2019/11/21 Time:上午9:27

Parameters

$key

Returns

\Psr\Container\ContainerInterface|void

getBusinessContainerInstance()

getBusinessContainerInstance(  $key) : mixed

getBusinessContainerInstance 获取业务容器实例 User:YM Date:2020/1/12 Time:上午8:15

Parameters

$key

Returns

mixed

getModelInstance()

getModelInstance(  $key) : mixed

getModelInstance 获取数据模型类实例 User:YM Date:2019/11/21 Time:上午10:30

Parameters

$key

Returns

mixed

getServiceInstance()

getServiceInstance(  $key) : mixed

getServiceInstance 获取服务类实例 User:YM Date:2019/11/21 Time:上午10:30

Parameters

$key

Returns

mixed

getList()

getList(array  $where = array(), array  $order = array(), integer  $offset, integer  $limit) : mixed

getList 条件获取讲师列表 User:YM Date:2020/2/14 Time:下午11:39

Parameters

array $where
array $order
integer $offset
integer $limit

Returns

mixed

getPagesInfo()

getPagesInfo(array  $where = array()) : array

getPagesInfo 获取分页信息 User:YM Date:2020/2/14 Time:下午11:40

Parameters

array $where

Returns

array

saveLecturer()

saveLecturer(  $inputData) : null

saveLecturer 保存讲师,构造数据,防止注入 不接收数据库字段以外数据 User:YM Date:2020/2/14 Time:下午11:40

Parameters

$inputData

Returns

null

getInfo()

getInfo(  $id) : \App\Models\BaseModel|\Hyperf\Database\Model\Model|null

getInfo 根据id获取信息 User:YM Date:2020/2/14 Time:下午11:40

Parameters

$id

Returns

\App\Models\BaseModel|\Hyperf\Database\Model\Model|null

getInfoByUid()

getInfoByUid(  $userId) : array

getInfoByUid 获取讲师信息通过用户id User:YM Date:2020/2/14 Time:下午11:41

Parameters

$userId

Returns

array

deleteInfo()

deleteInfo(  $id) : integer

deleteInfo 根据id删除信息 User:YM Date:2020/2/14 Time:下午11:41

Parameters

$id

Returns

integer

searchLecturerList()

searchLecturerList(  $search, array  $userIds = array(), array  $notIds = array(), integer  $limit = 10) : mixed

searchLecturerList 根据搜索条件返回list User:YM Date:2020/2/14 Time:下午11:41

Parameters

$search
array $userIds
array $notIds
integer $limit

Returns

mixed

getLecturerUserIds()

getLecturerUserIds() : array

getLecturerUserIds 获取已存在讲师的用户id的集合 User:YM Date:2020/2/14 Time:下午11:41

Returns

array