示例#1
0
文件: Tabelize.php 项目: pckg/generic
 public function getRecords()
 {
     if (!$this->records) {
         $this->records = $this->entity->all();
     }
     return $this->records;
 }
示例#2
0
 public function getData()
 {
     return $this->data ?? $this->entity->all()->toArray();
 }