Skip to content

Commit

Permalink
fix(abstracttarget): update abstract methods list
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 5, 2024
1 parent 4604e62 commit 1b2aaa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/abstracttarget.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ abstract public static function getTargetItemtypeName(): string;
*/
abstract protected function getTaggableFields();

abstract protected function getTemplateItemtypeName();

const DESTINATION_ENTITY_CURRENT = 1;
const DESTINATION_ENTITY_REQUESTER = 2;
const DESTINATION_ENTITY_REQUESTER_DYN_FIRST = 3;
Expand Down

0 comments on commit 1b2aaa2

Please sign in to comment.