Skip to content

Commit d98f24b

Browse files
author
Marvin Kuhn
authored
new: getOption method in comment finisher for aop
1 parent ccccad9 commit d98f24b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Classes/Form/Finisher/AddCommentFormFinisher.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,12 @@ protected function getCommentDto(): CommentDto
5252

5353
return $comment;
5454
}
55+
56+
/**
57+
* @return mixed
58+
*/
59+
public function getOption($optionName)
60+
{
61+
return $this->parseOption($optionName);
62+
}
5563
}

0 commit comments

Comments
 (0)