class ApiFavoriteCreateAction extends ApiAuthAction
{
- var $user = null;
var $notice = null;
/**
}
}
-
/**
* Notify the author of the favorite that the user likes their notice
*
class ApiFavoriteDestroyAction extends ApiAuthAction
{
- var $user = null;
var $notice = null;
/**
class ApiFriendshipsCreateAction extends ApiAuthAction
{
- var $user = null;
var $other = null;
/**
class ApiFriendshipsDestroyAction extends ApiAuthAction
{
- var $user = null;
var $other = null;
/**
class ApiFriendshipsShowAction extends ApiBareAuthAction
{
- var $user = null;
var $source = null;
var $target = null;
class ApiUserShowAction extends ApiAction
{
- var $user = null;
-
/**
* Take arguments for running
*