示例#1
0
 public function __construct($_profileId, $_pageId, $_elementId)
 {
     parent::__construct();
     $this->PROFILE_ID = $_profileId;
     $this->PAGE_ID = $_pageId;
     $this->ID = $_elementId;
     $this->NAME = '';
     $this->LABEL = '';
     $this->DESCRIPTION = '';
     $this->DATA_TYPE = 1;
     $this->DATA_SIZE = 10;
     $this->WIDGET_TYPE = 0;
     $this->SORT_ORDER = 0;
     $this->OPTION_LIST_ID = 0;
     $this->LOW_VALUE = 0;
     $this->HIGH_VALUE = 0;
     $this->DYNAMIC_VALUE = '';
     $this->CONDITION_VALUE = '';
     $this->IS_REQUIRED = 0;
     $this->CLIENT_VALIDATION = '';
     $this->IS_DISABLED = 0;
     $this->REFERENCE_ID_1 = '';
     $this->REFERENCE_ID_2 = '';
     $this->REFERENCE_ID_3 = '';
     $this->REFERENCE_ID_4 = '';
     $this->REFERENCE_ID_5 = '';
     $this->ATTACHMENT_LINK = NULL;
     $this->IS_READONLY = 0;
     $this->VALIDATION_MESSAGE = '';
     $this->IS_ACTION = 0;
     $this->SMART_TBL_SEARCH = '';
     $this->SMART_TBL_SEARCH_COL = '';
     $this->IS_ENCRYPT = 0;
     $this->IS_HIDE_TYPING = 0;
 }
示例#2
0
 public function __construct($_profileId, $_userId)
 {
     parent::__construct();
     $this->PROFILE_ID = $_profileId;
     $this->USER_ID = $_userId;
     $this->FIRSTNAME = '';
     $this->LASTNAME = '';
     $this->EMAIL = '';
     $this->IS_ACTIVE = 0;
     $this->ROLE = 0;
     $this->CREATED_DATE = NULL;
     $this->HEARTBEAT = '';
 }
 public function __construct($_profileId, $_optionListId)
 {
     parent::__construct();
     $this->PROFILE_ID = $_profileId;
     $this->OPTIONLIST_ID = $_optionListId;
     $this->NAME = '';
     $this->VERSION = 0;
     $this->CREATED_DATE = NULL;
     $this->CREATED_BY = NULL;
     $this->MODIFIED_DATE = NULL;
     $this->MODIFIED_BY = NULL;
     $this->IS_DOWNLOADABLE = 0;
     $this->REFERENCE_ID = NULL;
     $this->OPTION_ICONS_URL = NULL;
     $this->OPTIONS = array();
 }
示例#4
0
 public function __construct($_profileId, $_pageId)
 {
     parent::__construct();
     $this->PROFILE_ID = $_profileId;
     $this->PAGE_ID = $_pageId;
     $this->NAME = '';
     $this->LABEL = '';
     $this->DESCRIPTION = '';
     $this->REFERENCE_ID_1 = '';
     $this->REFERENCE_ID_2 = '';
     $this->REFERENCE_ID_3 = '';
     $this->REFERENCE_ID_4 = '';
     $this->REFERENCE_ID_5 = '';
     //$this->ICON = '';
     $this->SORT_ORDER = 1;
     $this->JAVASCRIPT = '';
     //$this->LABEL_ICONS_URL = '';
     $this->ELEMENTS = array();
 }
示例#5
0
 public function __construct($_profileId)
 {
     parent::__construct();
     $this->PROFILE_ID = $_profileId;
     $this->VERSION = 0;
     $this->NAME = '';
     $this->ADDRESS1 = '';
     $this->ADDRESS2 = '';
     $this->CITY = '';
     $this->ZIP = '';
     $this->STATE = '';
     $this->COUNTRY = '';
     $this->PHONE = '';
     $this->FAX = '';
     $this->EMAIL = '';
     $this->MAXUSER = 0;
     $this->MAXPAGE = 0;
     $this->IS_ACTIVE = 0;
     $this->CREATED_DATE = '';
     $this->SUPPORT_HOURS = 0;
     $this->TIME_ZONE = '';
 }