skip() 공개 메소드

Return record at specified offset using same criteria as previous load() call and make it active
public skip ( $ofs = 1 ) : array
$ofs int
리턴 array
예제 #1
0
 function skip($ofs = 1)
 {
     parent::skip($ofs = 1);
     $this->user = new \Model\User($this->casted['uid']);
 }