Skip to content
Snippets Groups Projects
Commit 967b564a authored by Erik Hommel's avatar Erik Hommel
Browse files

added getter for objectName to CRM_Civirules_Trigger_Post

parent e4b5cd34
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,15 @@ class CRM_Civirules_Trigger_Post extends CRM_Civirules_Trigger {
return $daoClassName;
}
/**
* Getter for object name
*
* @return mixed
*/
public function getObjectName() {
return $this->objectName;
}
/**
* Method post
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment