예제 #1
0
 public function listAll()
 {
     if ($this->data['users']->role != "admin") {
         exit;
     }
     return staticPages::get();
 }