eZ\Publish\Core\FieldType\Page\Type::__construct PHP Method

__construct() public method

public __construct ( PageService $pageService, HashConverter $hashConverter )
$pageService PageService
$hashConverter HashConverter
    public function __construct(PageService $pageService, HashConverter $hashConverter)
    {
        $this->pageService = $pageService;
        $this->hashConverter = $hashConverter;
    }