%PDF- %PDF-
Direktori : /var/www/html/bbw/farmaci/kritik-portale/module/Application/src/Application/Handler/ |
Current File : /var/www/html/bbw/farmaci/kritik-portale/module/Application/src/Application/Handler/GottHandler.php |
<?php /** * Created by PhpStorm. * User: juliangilles * Date: 05.09.14 * Time: 12:30 */ namespace Application\Handler; use Basis\Handler\BaseHandler; use Basis\Handler\HandlerInterface; class GottHandler extends BaseHandler implements HandlerInterface{ public function __construct() { // Entity $this->setEntityType("Basis\Entity\UserEntity"); // listening // $this->addEvent("Basis\Event\User\UserChangeEmail", "changeEmail"); // $this->addEvent("Basis\Event\User\UserChangePassword", "changePassword"); } }