PHP 클래스 eZ\Publish\Core\MVC\Symfony\FieldType\Page\PageServiceFactory

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
buildService ( string $serviceClass, eZ\Publish\Core\MVC\ConfigResolverInterface $resolver, Gateway $storageGateway, eZ\Publish\API\Repository\ContentService $contentService ) : PageService Builds the page service.

메소드 상세

buildService() 공개 메소드

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
리턴 eZ\Publish\Core\FieldType\Page\PageService