$attachmentService $attachmentService : \Core\Services\AttachmentService Type \Core\Services\AttachmentService
$businessContainerKey $businessContainerKey : Created by PhpStorm. 可以实现自动注入的业务容器 User:YM Date:2020/1/12 Time:上午8:18 Type
__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/9 Time:下午5:51 Parameters array $where 查询条件 array $order 排序条件 integer $offset 偏移 integer $limit 条数 Returns mixed
getPagesInfo() getPagesInfo(array $where = array()) : array getPagesInfo 获取分页信息 User:YM Date:2020/2/9 Time:下午5:52 Parameters array $where Returns array
saveCarousel() saveCarousel( $inputData) : null saveCarousel 保存轮播图,构造数据,防止注入 不接收数据库字段以外数据 User:YM Date:2020/2/9 Time:下午5:52 Parameters $inputData Returns null
getInfo() getInfo( $id) : \App\Models\BaseModel|\Hyperf\Database\Model\Model|null getInfo 根据id获取信息 User:YM Date:2020/2/9 Time:下午5:52 Parameters $id Returns \App\Models\BaseModel|\Hyperf\Database\Model\Model|null
deleteInfo() deleteInfo( $id) : integer deleteInfo 根据id删除信息 User:YM Date:2020/2/9 Time:下午5:52 Parameters $id Returns integer
getCarouselCount() getCarouselCount() : integer getCarouselCount 根据条件获取总数 User:YM Date:2020/2/9 Time:下午10:50 Returns integer