projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d65bc11
)
(NFC) TokenProcessor - Docblock
author
Tim Otten
<totten@civicrm.org>
Thu, 9 Sep 2021 22:37:26 +0000
(15:37 -0700)
committer
Tim Otten
<totten@civicrm.org>
Thu, 9 Sep 2021 22:37:26 +0000
(15:37 -0700)
Civi/Token/TokenProcessor.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Token/TokenProcessor.php
b/Civi/Token/TokenProcessor.php
index 61438d20921af6cc84acfdda807888bbab2f04e9..7a0386045392ce69f7bec48e76877d0d9962bce1 100644
(file)
--- a/
Civi/Token/TokenProcessor.php
+++ b/
Civi/Token/TokenProcessor.php
@@
-384,6
+384,9
@@
class TokenProcessor {
class TokenRowIterator extends \IteratorIterator {
+ /**
+ * @var \Civi\Token\TokenProcessor
+ */
protected $tokenProcessor;
/**