예제 #1
0
 public function next()
 {
     return $this->securities->next();
 }
예제 #2
0
파일: Headers.php 프로젝트: gossi/swagger
 public function next()
 {
     return $this->headers->next();
 }
예제 #3
0
 public function next()
 {
     return $this->definitions->next();
 }
예제 #4
0
 public function next()
 {
     return $this->schemes->next();
 }
예제 #5
0
파일: Paths.php 프로젝트: gossi/swagger
 public function next()
 {
     return $this->paths->next();
 }
예제 #6
0
파일: Responses.php 프로젝트: gossi/swagger
 public function next()
 {
     return $this->responses->next();
 }