예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function submitHam(Comment $comment)
 {
     $this->client->post(Resource::SUBMIT_HAM, $comment->toArray());
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function withContent($content)
 {
     $this->comment->setContent($content);
     return $this;
 }