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

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\ObjectStateService $objectStateService, ParserTools $parserTools )
$objectStateService eZ\Publish\API\Repository\ObjectStateService
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
    public function __construct(ObjectStateService $objectStateService, ParserTools $parserTools)
    {
        $this->objectStateService = $objectStateService;
        $this->parserTools = $parserTools;
    }
ObjectStateGroupUpdate