numero2/contao-perview-bundle
最新稳定版本:1.0.2
Composer 安装命令:
composer require numero2/contao-perview-bundle
包简介
Import job advertisements from Perview as news into Contao
README 文档
README
About
Import job advertisements from perview® as news into Contao.
System requirements
- Contao 4.13 (or newer)
Installation
- Install via Contao Manager or Composer (
composer require numero2/contao-perview-bundle) - Run a database update via the Contao-Installtool or using the contao:migrate command.
Hooks
By default the bundle only imports certain information from the perview® job advertisements. If you need more meta data you can import them on your own using the parsePerviewPosition hook:
// src/EventListener/ParsePerviewPositionListener.php namespace App\EventListener; use Contao\CoreBundle\ServiceAnnotation\Hook; use Contao\NewsModel; /** * @Hook("parsePerviewPosition") */ class ParsePerviewPositionListener { public function __invoke(NewsModel $news, object $position, bool $isUpdate): void { $news->something = $position->something; } }
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2022-08-25