示例#1
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["reference"] = "CCDATEL xml|element prohibited";
     $props["thumbnail"] = "CCDAthumbnail xml|element prohibited";
     $props["mediaType"] = "CCDACS xml|attribute default|text/plain";
     $props["compression"] = "CCDACompressionAlgorithm xml|attribute prohibited";
     $props["integrityCheck"] = "CCDbin xml|attribute prohibited";
     $props["integrityCheckAlgorithm"] = "CCDAintegrityCheckAlgorithm xml|attribute prohibited";
     return $props;
 }
示例#2
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["thumbnail"] = "CCDAthumbnail xml|element prohibited";
     return $props;
 }