| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class HookPortfolioItemVisibility extends HookEvent implements HookPortfolioItemVisibilityEventInterface |
||
| 6 | { |
||
| 7 | protected function __construct() |
||
| 8 | { |
||
| 9 | parent::__construct('HookPortfolioItemVisibility'); |
||
| 10 | } |
||
| 11 | |||
| 12 | /** |
||
| 13 | * {@inheritDoc} |
||
| 14 | */ |
||
| 15 | public function notifyItemVisibility() |
||
| 20 | } |
||
| 21 | } |
||
| 23 |