eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestExecutedView::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\API\Repository\LocationService $locationService, eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
$locationService eZ\Publish\API\Repository\LocationService
$contentService eZ\Publish\API\Repository\ContentService
$contentTypeService eZ\Publish\API\Repository\ContentTypeService
    public function __construct(LocationService $locationService, ContentService $contentService, ContentTypeService $contentTypeService)
    {
        $this->locationService = $locationService;
        $this->contentService = $contentService;
        $this->contentTypeService = $contentTypeService;
    }
RestExecutedView