Inheritance: extends PostCollection
Esempio n. 1
0
 public function get_attachments()
 {
     return AttachmentCollection::for_post($this->id);
 }