Skip to content

Commit

Permalink
Made the getFilteredObject method a protected function.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Dec 19, 2011
1 parent 874af82 commit 6d0f5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resource.php
Expand Up @@ -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();
Expand Down

0 comments on commit 6d0f5d0

Please sign in to comment.