Beispiel #1
0
 /**
  * Constructor
  * @param	object    $object     object to be passed (@todo : Which object?)
  * @param	string    $key        key of the object to be passed
  */
 public function __construct($object, $key)
 {
     parent::__construct($object, $key);
     // Override name for upload purposes
     $this->setName('upload_' . $key);
 }
 public function __construct($object, $key)
 {
     parent::__construct($object, $key);
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_ipf_form_elements_Upload', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }