コード例 #1
0
ファイル: Container.php プロジェクト: jasmun/Noco100
 /**
  * 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);
 }