\Mine\AspectPermissionAspect

Class PermissionAspect

Summary

Methods
Properties
Constants
__construct()
process()
$annotations
No constants found
No protected methods found
$service
$request
$loginUser
N/A
No private methods found
No private properties found
N/A

Properties

$annotations

$annotations : 

Type

$service

$service : \App\System\Service\SystemUserService

Type

\App\System\Service\SystemUserService

Methods

__construct()

__construct(\App\System\Service\SystemUserService  $service, \Mine\MineRequest  $request, \Mine\Helper\LoginUser  $loginUser) 

PermissionAspect constructor.

Parameters

\App\System\Service\SystemUserService $service
\Mine\MineRequest $request
\Mine\Helper\LoginUser $loginUser

process()

process(\Hyperf\Di\Aop\ProceedingJoinPoint  $proceedingJoinPoint) : mixed

Parameters

\Hyperf\Di\Aop\ProceedingJoinPoint $proceedingJoinPoint

Throws

\Hyperf\Di\Exception\Exception

Returns

mixed