2include_once(
'./Services/ActiveRecord/Fields/class.arField.php');
 
   76        $this->get_function_name = 
"get" . $camel_case;
 
   77        $this->set_function_name = 
"set" . $camel_case;
 
  290        require_once(
'./Services/ActiveRecord/Views/Index/class.arIndexTableField.php');
 
  291        require_once(
'./Services/ActiveRecord/Views/Edit/class.arEditField.php');
 
  292        require_once(
'./Services/ActiveRecord/Views/Display/class.arDisplayField.php');
 
  294        $field_class = get_called_class();
 
  295        $obj = 
new $field_class($field->
getName());
 
  296        foreach (get_object_vars($field) as 
$key => 
$name) {
 
static _toCamelCase($str, $capitalise_first_char=false)
An exception for terminatinating execution or to throw for unit testing.
static $allowed_attributes
static getAllowedAttributes()
static castFromFieldToViewField(arField $field)
__construct($name, $txt=null, $position=0, $visible=true, $custom_field=false)
setIsCreatedByField($is_created_by_field)
getIsModificationDateField()
setTxtPrefix($txt_prefix)
setIsModificationDateField($is_modification_date_field)
setIsModifiedByField($is_modified_by_field)
setCustomField($custom_field)
setIsCreationDateField($is_creation_date_field)
static setAllowedAttributes($allowed_attributes)
$is_modification_date_field