/** * * The AgencyServiceImpl method is the constructor for the AgencyServiceImpl class. */ function __construct() { parent::__construct(); $this->_dllAgency = new OA_Dll_Agency(); }
/** * * The ZoneServiceImpl method is the constructor for the ZoneServiceImpl class. */ function __construct() { parent::__construct(); $this->_dllZone = new OA_Dll_Zone(); }
/** * * The PublisherServiceImpl method is the constructor for the PublisherServiceImpl class. */ function __construct() { parent::__construct(); $this->_dllPublisher = new OA_Dll_Publisher(); }
/** * * The UserServiceImpl method is the constructor for the * UserServiceImpl class. */ function __construct() { parent::__construct(); $this->_dllUser = new OA_Dll_User(); }
/** * The LogonServiceImpl constructor calls the base constructor for the class. * */ function __construct() { parent::__construct(); }
function __construct() { parent::__construct(); $this->dllTracker = new OA_Dll_Tracker(); }
/** * * The AdvertiserServiceImpl method is the constructor for the * AdvertiserServiceImpl class. */ function __construct() { parent::__construct(); $this->_dllAdvertiser = new OA_Dll_Advertiser(); }
/** * * The ChannelServiceImpl method is the constructor for the ChannelServiceImpl class. */ function __construct() { parent::__construct(); $this->_dllChannel = new OA_Dll_Channel(); }
/** * * The CampaignServiceImpl method is the constructor for the CampignServiceImpl class. */ function __construct() { parent::__construct(); $this->_dllCampaign = new OA_Dll_Campaign(); }
function __construct() { parent::__construct(); $this->dllVariable = new OA_Dll_Variable(); }