diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-08-28 20:15:29 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-08-28 20:15:29 +0000 |
commit | 5f134fb5839bf3e161385727c2a2009b54444878 (patch) | |
tree | c504f5ec5158704dbfd96f74d8675ab228f0070a /Postman/PostmanLogFields.php | |
parent | 6372e454198ed7a1a792b5bfd286af1178ae7d63 (diff) | |
download | Post-SMTP-5f134fb5839bf3e161385727c2a2009b54444878.zip |
security + export csv
Diffstat (limited to 'Postman/PostmanLogFields.php')
-rw-r--r-- | Postman/PostmanLogFields.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Postman/PostmanLogFields.php b/Postman/PostmanLogFields.php index 9299586..84a3121 100644 --- a/Postman/PostmanLogFields.php +++ b/Postman/PostmanLogFields.php @@ -41,6 +41,10 @@ class PostmanLogFields { return $data; } + public function get_fields() { + return $this->fields; + } + public function update( $post_id, $key, $value ) { $sanitized = $this->sanitize( $key, $value ); $encode = $this->encode( $sanitized ); |