예제 #1
0
 public function slice($start, $limit = 0)
 {
     $this->preload();
     return parent::slice($start, $limit);
 }