eZ\Bundle\EzPublishCoreBundle\Converter\ContentParamConverter::__construct PHP Метод

__construct() публичный Метод

public __construct ( eZ\Publish\API\Repository\ContentService $contentService )
$contentService eZ\Publish\API\Repository\ContentService
    public function __construct(ContentService $contentService)
    {
        $this->contentService = $contentService;
    }