<?php namespace app\controllers; use Yii; use common\controllers\CommonValidationController; /** * Contains all the necessary methods for user validation performed by an admin. * * @author a.hartebrodt * */ class ValidationController extends CommonValidationController { /*can be used for portal specific actions (will overwrite common action) New actions should be defined in the common controller and should be made configurable */ }