예제 #1
0
 public function createLink($value)
 {
     $routeLink = new RouteLink([$this->datagrid->getParamNameMaxEntries() => $value], $this->getRoute());
     $routeLink->setValue($value);
     return $routeLink;
 }