eZ\Publish\Core\REST\Server\Controller\Role::__construct PHP 메소드

__construct() 공개 메소드

Construct controller.
public __construct ( eZ\Publish\API\Repository\RoleService $roleService, eZ\Publish\API\Repository\UserService $userService, eZ\Publish\API\Repository\LocationService $locationService )
$roleService eZ\Publish\API\Repository\RoleService
$userService eZ\Publish\API\Repository\UserService
$locationService eZ\Publish\API\Repository\LocationService
    public function __construct(RoleService $roleService, UserService $userService, LocationService $locationService)
    {
        $this->roleService = $roleService;
        $this->userService = $userService;
        $this->locationService = $locationService;
    }