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

__construct() public method

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