Exemple #1
0
 private function findFiles()
 {
     $this->Files = Files::findAll(['parent_type' => 'Docs', 'parent_id' => $this->id]);
 }