First commit
Šis iesūtījums ir iekļauts:
iesūtījums
c6e2478c40
13918 izmainītas datnes ar 2303184 papildinājumiem un 0 izdzēšanām
25
sites/all/modules/civicrm/Civi/Token/Event/TokenEvent.php
Parasta datne
25
sites/all/modules/civicrm/Civi/Token/Event/TokenEvent.php
Parasta datne
|
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
namespace Civi\Token\Event;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Class TokenListEvent
|
||||
* @package Civi\Token\Event
|
||||
*/
|
||||
class TokenEvent extends Event {
|
||||
|
||||
protected $tokenProcessor;
|
||||
|
||||
public function __construct($tokenProcessor) {
|
||||
$this->tokenProcessor = $tokenProcessor;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Civi\Token\TokenProcessor
|
||||
*/
|
||||
public function getTokenProcessor() {
|
||||
return $this->tokenProcessor;
|
||||
}
|
||||
|
||||
}
|
||||
Notiek ielāde…
Pievienot tabulu
Pievienot saiti
Atsaukties jaunā pieteikumā