. * * @category Network * @package StatusNet * @author Craig Andrews * @copyright 2010 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } class Fake_Aim extends Aim { public $would_be_sent = null; function sflapSend($sflap_type, $sflap_data, $no_null, $formatted) { $this->would_be_sent = array($sflap_type, $sflap_data, $no_null, $formatted); } }