Вход Регистрация
Файл: concrete5.7.5.6/concrete/controllers/dialog/help/introduction.php
Строк: 21
<?php
namespace ConcreteControllerDialogHelp;

use 
ConcreteControllerBackendUserInterface;

class 
Introduction extends UserInterface
{

    protected 
$viewPath '/dialogs/help/introduction';

    public function 
view()
    {
    }

    public function 
canAccess()
    {
        
$u = new User();
        return 
$u->isRegistered();
    }

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