From 6d0f5d0dc19922f331986da733e4c68c0753348d Mon Sep 17 00:00:00 2001 From: Travis Tidwell Date: Mon, 19 Dec 2011 05:14:15 +0100 Subject: [PATCH] Made the getFilteredObject method a protected function. --- Resource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resource.php b/Resource.php index 6a83ad4..d620ebd 100644 --- a/Resource.php +++ b/Resource.php @@ -185,7 +185,7 @@ public function get() { * * @return type */ - public function getFilteredObject($params = array()) { + protected function getFilteredObject($params = array()) { // Get the filtered object based on what values are actually set. $obj = $this->getObject();