From 0058e2408400865e70250b73fd1298626571e995 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Wed, 26 Aug 2015 19:36:08 +0100 Subject: [PATCH] Add StandardObjectInterface, closes #4 --- .../Object/StandardObjectInterface.php | 110 ++++++++++++++++++ src/Object/StandardObject.php | 6 +- 2 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 src/Contracts/Object/StandardObjectInterface.php diff --git a/src/Contracts/Object/StandardObjectInterface.php b/src/Contracts/Object/StandardObjectInterface.php new file mode 100644 index 0000000..b4700e7 --- /dev/null +++ b/src/Contracts/Object/StandardObjectInterface.php @@ -0,0 +1,110 @@ +toArray()); } -} \ No newline at end of file +}