getRequests() public method

public getRequests ( )
 public function includeRequests(PostmanCollection $collection)
 {
     return $this->collection($collection->getRequests(), new RequestTransformer());
 }