for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php if ( ! defined('EVENT_ESPRESSO_VERSION')) exit('No direct script access allowed');
/**
* Event Espresso
*
* Event Registration and Management Plugin for WordPress
* @ package Event Espresso
* @ author Seth Shoultes
* @ copyright (c) 2008-2011 Event Espresso All Rights Reserved.
* @ license http://eventespresso.com/support/terms-conditions/ * see Plugin Licensing *
* @ link http://www.eventespresso.com
* @ version 4.0
* ------------------------------------------------------------------------
* EE_Base
* @package Event Espresso
* @subpackage core/
* @author Brent Christensen
*/
class EE_Base {
* @ override magic methods
* @ return void
public function __get($a) { return FALSE; }
public function __set($a,$b) { return FALSE; }
public function __isset($a) { return FALSE; }
public function __unset($a) { return FALSE; }
public function __clone() { return FALSE; }
public function __wakeup() { return FALSE; }
public function __destruct() { return FALSE; }
}
// End of file EE_Base.core.php
// Location: /core/EE_Base.core.php