CRM_Core_DAO_Factory
in package
Class CRM_Core_DAO_Factory
Table of Contents
Properties
Methods
- create() : mixed
Properties
$_classes
public
static mixed
$_classes
= ['Domain' => 'data', 'Country' => 'singleton', 'County' => 'singleton', 'StateProvince' => 'singleton', 'GeoCoord' => 'singleton', 'IMProvider' => 'singleton', 'MobileProvider' => 'singleton']
$_prefix
public
static mixed
$_prefix
= ['business' => 'CRM_Core_BAO_', 'data' => 'CRM_Core_DAO_']
Methods
create()
public
static create(string $className) : mixed
Parameters
- $className : string