diff options
author | Valentin Popov <info@valentineus.link> | 2018-02-19 12:44:11 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-02-19 12:44:11 +0300 |
commit | a41dbbb950d4a71aba46aaa25cecc811eb34242e (patch) | |
tree | a5e8a13b370ac601a1d6d35b9b154d541fd36a16 /lib.php | |
parent | a68882140b93fd3a7b1e11ee77c13d9931a7083a (diff) | |
download | local_webhooks-a41dbbb950d4a71aba46aaa25cecc811eb34242e.tar.xz local_webhooks-a41dbbb950d4a71aba46aaa25cecc811eb34242e.zip |
Transferring internal functions to the internal library
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -258,26 +258,4 @@ function local_webhooks_send_request($event, $callback) { local_webhooks_events::response_answer($callback->id, $response); return $response; -} - -/** - * Data serialization. - * - * @param array|object $data - * @return string - */ -function local_webhooks_serialization_data($data) { - $result = serialize($data); - return $result; -} - -/** - * Data deserialization. - * - * @param string $data - * @return array|object - */ -function local_webhooks_deserialization_data($data) { - $result = unserialize($data); - return $result; }
\ No newline at end of file |