Beispiel #1
0
 /**
  * Executes the service with submitted post object
  *
  * @param $post
  */
 public function execute($post)
 {
     $this->_rule->setReplacer(Psn_Notification_Placeholders::getInstance($post));
     $this->_service->execute($this->_rule, $post);
 }