entityName = $m[2]; $this->exName = $m[3]; } protected function dao(): string { return \CRM_Core_DAO_AllCoreTables::getFullName($this->entityName); } protected function bao(): string { return \CRM_Core_DAO_AllCoreTables::getBAOClassName($this->getDAO()); } }