Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/User/Group/GroupAutomationController.php
Строк: 18
<?php 
namespace ConcreteCoreUserGroup;
use 
ConcreteCoreUserUser;

abstract class 
GroupAutomationController {

    
/** 
     * Return true to automatically enter the current ux into the group
     */
    
abstract public function check(User $ux);

    public function 
getGroupObject() {
        return 
$this->group;
    }

    public function 
__construct(Group $g) {
        
$this->group $g;
    }

}
Онлайн: 2
Реклама