%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/HookPortfolioItemCommented.php

<?php

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

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

    /**
     * {@inheritDoc}
     */
    public function notifyItemCommented()
    {
        /** @var \HookPortfolioItemCommentedObserverInterface $observer */
        foreach ($this->observers as $observer) {
            $observer->hookItemCommented($this);
        }
    }
}

Zerion Mini Shell 1.0