_authenticateObjects[$index] = $object; } /** * Helper method to add/set an authorize object instance * * @param integer $index The index at which to add/set the object * @param Object $object The object to add/set * @return void */ public function setAuthorizeObject($index, $object) { $this->_authorizeObjects[$index] = $object; } /** * stop method * * @return void */ protected function _stop($status = 0) { $this->testStop = true; } public static function clearUser() { static::$_user = array(); } }