eZ\Publish\Core\FieldType\Page\Type::__construct PHP Метод

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

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