/**
  * Constructor with XMLFile and starting object
  * 
  * @param object mixed
  * @param string
  * @param string
  * @param string
  * @return object mixed
  * @access public
  * @since 10/11/05
  * @static
  */
 public static function withObject($existingArray, $object, $filepath, $type, $class = 'XMLAssetImporter')
 {
     return parent::withObject($existingArray, $object, $filepath, $type, $class);
 }