CamelCase all function names in the API code

This commit is contained in:
Zach Copley
2009-10-09 17:53:35 -07:00
parent b08d16ef2b
commit 061af8fa06
37 changed files with 255 additions and 272 deletions

View File

@@ -134,9 +134,9 @@ class TwitapisearchjsonAction extends ApiAction
$results = new JSONSearchResultsList($notice, $q, $this->rpp, $this->page);
$this->init_document('json');
$this->initDocument('json');
$results->show();
$this->end_document('json');
$this->endDocument('json');
}
/**