CRM-13244 - Civi\Token - Add new class for processing messages with tokens.
authorTim Otten <totten@civicrm.org>
Thu, 23 Jul 2015 07:11:45 +0000 (00:11 -0700)
committerTim Otten <totten@civicrm.org>
Sun, 27 Sep 2015 01:53:42 +0000 (21:53 -0400)
commit8adcd0735bc955721841ac7f04a3e3bc13ebb252
tree933b9721a89d4a17d9c244c25d39a65d86e047de
parentfc7b91fd0467d964ffafbd7ec6407cd5afeac7ab
CRM-13244 - Civi\Token - Add new class for processing messages with tokens.
Civi/Token/Event/TokenEvent.php [new file with mode: 0644]
Civi/Token/Event/TokenRegisterEvent.php [new file with mode: 0644]
Civi/Token/Event/TokenRenderEvent.php [new file with mode: 0644]
Civi/Token/Event/TokenValueEvent.php [new file with mode: 0644]
Civi/Token/Events.php [new file with mode: 0644]
Civi/Token/TokenException.php [new file with mode: 0644]
Civi/Token/TokenProcessor.php [new file with mode: 0644]
Civi/Token/TokenRow.php [new file with mode: 0644]
tests/phpunit/Civi/Token/TokenProcessorTest.php [new file with mode: 0644]