Ejemplo n.º 1
0
 public function __construct($caption, $name, $size = 15, $value = 0)
 {
     parent::__construct($caption, $name, $size, $value);
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_form_elements_Datetime', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  * @param	object    $object   reference to targetobject (@link icms_ipf_Object)
  * @param	string    $key      the form name
  */
 public function __construct($object, $key)
 {
     parent::__construct($object->vars[$key]['form_caption'], $key, 15, $object->getVar($key, 'e'));
 }