8889841cindex.php000064400000000033150514632200006356 0ustar00c = $parent->extensions['wbc_importer']; // Add all the params of the Abstract to this instance. foreach( get_object_vars( $this->c ) as $key => $value ) { $this->$key = $value; } parent::__construct( $parent, $path ); } // fake "extends Redux_Extension_Abstract\" using magic function public function __call( $method, $args ) { return call_user_func_array( array( $this->c, $method ), $args ); } }