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