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