Example #1
0
 /**
  * setXSDSchema
  *
  * Set XDS-schema array structure for XML output context
  *
  * @param  array $schema XSD schema array
  * @return null
  */
 public static function setXSDSchema(array $schema)
 {
     XmlSchemaValidator::check($schema);
     self::$_XSDSchema = $schema;
 }