PHP Class eZ\Publish\Core\MVC\Symfony\FieldType\Page\PageServiceFactory

Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
buildService ( string $serviceClass, eZ\Publish\Core\MVC\ConfigResolverInterface $resolver, Gateway $storageGateway, eZ\Publish\API\Repository\ContentService $contentService ) : PageService Builds the page service.

Method Details

buildService() public method

Builds the page service.
public buildService ( string $serviceClass, eZ\Publish\Core\MVC\ConfigResolverInterface $resolver, Gateway $storageGateway, eZ\Publish\API\Repository\ContentService $contentService ) : PageService
$serviceClass string the class of the page service
$resolver eZ\Publish\Core\MVC\ConfigResolverInterface
$storageGateway eZ\Publish\Core\FieldType\Page\PageStorage\Gateway
$contentService eZ\Publish\API\Repository\ContentService
return eZ\Publish\Core\FieldType\Page\PageService