1 | <?php if ( ! defined('EVENT_ESPRESSO_VERSION')) exit('No direct script access allowed'); |
||
24 | class EE_Base { |
||
25 | |||
26 | /** |
||
27 | * @ override magic methods |
||
28 | * @ return void |
||
29 | */ |
||
30 | public function __get($a) { return FALSE; } |
||
37 | |||
38 | } |
||
39 | // End of file EE_Base.core.php |
||
40 | // Location: /core/EE_Base.core.php |