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