<?php if ( ! defined( 'ABSPATH' ) ) exit; class FooEvents_Comms_Helper{ public $Config; function __construct($Config) { $this->Config = $Config; } }