Наследование: extends PostCollection
Пример #1
0
 public function get_attachments()
 {
     return AttachmentCollection::for_post($this->id);
 }