Example #1
0
 protected function getPostBody()
 {
     $postBody = ['movie' => $this->media->getStandardFields(), 'comment' => (string) $this->comment, 'spoiler' => false, 'review' => $this->isReview()];
     return $postBody;
 }
 protected function getPostBody()
 {
     return $this->media->getStandardFields();
 }