Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/Permission/Response/GatheringResponse.php
Строк: 21
<?php
namespace ConcreteCorePermissionResponse;
use 
PermissionKey;
class 
GatheringResponse extends Response {

    public function 
canEditGatheringItems() {
        
// Eventually this will be overrideable at a particular gathering level.
        
$tp PermissionKey::getByHandle('edit_gatherings');
        return 
$tp->can();
    }

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