Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/model/modx/ |
<?php /** * @package modx */ /** * An abstract representation of MODX manager fields; used for Form Customization * * @property int $action The modAction this field occurs on * @property string $name The name or ID of the field/tab * @property string $type Either field or tab, which classifies what type of object this record is * @property string $tab Specifies which tab the field is on * @property string $form The form DOM ID * @property string $other Used on tabs to delineate TV tabs * @property int $rank The order in which this field occurs * * @see modActionDom * @see modFormCustomizationSet * @package modx */ class modActionField extends xPDOSimpleObject { }