diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 | 
| commit | 6cabb127069e692e27778818511ed45eaf56f509 (patch) | |
| tree | 8e7e4f22049de75b7b66990684e2c99eab3569ce | |
| parent | 5eea1213aa800c97c43a10a2d5e58a72d5fa58ae (diff) | |
php-pecl-*: add Reflection file
| -rw-r--r-- | REFLECTION | 97 | 
1 files changed, 97 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..f9e50be --- /dev/null +++ b/REFLECTION @@ -0,0 +1,97 @@ +Extension [ <persistent> extension #104 mailparse version 2.1.6 ] { + +  - INI { +    Entry [ mailparse.def_charset <ALL> ] +      Current = 'us-ascii' +    } +  } + +  - Constants [3] { +    Constant [ integer MAILPARSE_EXTRACT_OUTPUT ] { 0 } +    Constant [ integer MAILPARSE_EXTRACT_STREAM ] { 1 } +    Constant [ integer MAILPARSE_EXTRACT_RETURN ] { 2 } +  } + +  - Functions { +    Function [ <internal:mailparse> function mailparse_msg_parse_file ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_get_part ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_get_structure ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_get_part_data ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_extract_part ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_extract_part_file ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_extract_whole_part_file ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_create ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_free ] { +    } +    Function [ <internal:mailparse> function mailparse_msg_parse ] { +    } +    Function [ <internal:mailparse> function mailparse_rfc822_parse_addresses ] { +    } +    Function [ <internal:mailparse> function mailparse_determine_best_xfer_encoding ] { +    } +    Function [ <internal:mailparse> function mailparse_stream_encode ] { +    } +    Function [ <internal:mailparse> function mailparse_uudecode_all ] { +    } +    Function [ <internal:mailparse> function mailparse_test ] { +    } +  } + +  - Classes [1] { +    Class [ <internal:mailparse> class mimemessage ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [10] { +        Method [ <internal:mailparse, ctor> public method mimemessage ] { +        } + +        Method [ <internal:mailparse> public method get_child ] { +        } + +        Method [ <internal:mailparse> public method get_child_count ] { +        } + +        Method [ <internal:mailparse> public method get_parent ] { +        } + +        Method [ <internal:mailparse> public method extract_headers ] { +        } + +        Method [ <internal:mailparse> public method extract_body ] { +        } + +        Method [ <internal:mailparse> public method enum_uue ] { +        } + +        Method [ <internal:mailparse> public method extract_uue ] { +        } + +        Method [ <internal:mailparse> public method remove ] { +        } + +        Method [ <internal:mailparse> public method add_child ] { +        } +      } +    } +  } +} +  | 
