eZ\Publish\Core\REST\Server\Input\Parser\UserGroupUpdate::__construct PHP Method

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\UserService $userService, eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\LocationService $locationService, FieldTypeParser $fieldTypeParser )
$userService eZ\Publish\API\Repository\UserService
$contentService eZ\Publish\API\Repository\ContentService
$locationService eZ\Publish\API\Repository\LocationService
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser
    public function __construct(UserService $userService, ContentService $contentService, LocationService $locationService, FieldTypeParser $fieldTypeParser)
    {
        $this->userService = $userService;
        $this->contentService = $contentService;
        $this->locationService = $locationService;
        $this->fieldTypeParser = $fieldTypeParser;
    }
UserGroupUpdate