diff options
author | Zach Copley <zach@status.net> | 2009-09-27 15:33:46 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-09-27 15:33:46 -0700 |
commit | 37bdc060c521203ff4e14a1a2b1d7fc59d1c2d4d (patch) | |
tree | 5d1007cb144ffb83815a9ee0e62f845dbbd86e72 /lib/apibareauth.php | |
parent | dfa955bfda67ee9fd254e97abf9dc29f2b51a857 (diff) |
phpcs on apifriendstimeline.php, apiauth.php and apibareauth.php
Diffstat (limited to 'lib/apibareauth.php')
-rw-r--r-- | lib/apibareauth.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/apibareauth.php b/lib/apibareauth.php index 8921cddca..a99d450ec 100644 --- a/lib/apibareauth.php +++ b/lib/apibareauth.php @@ -35,6 +35,17 @@ if (!defined('STATUSNET')) { require_once INSTALLDIR.'/lib/apiauth.php'; +/** + * Actions extending this class will require auth unless a target + * user ID has been specified + * + * @category API + * @package StatusNet + * @author Zach Copley <zach@status.net> + * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @link http://status.net/ + */ + class ApiBareAuthAction extends ApiAuthAction { /** |