Exemplo n.º 1
0
 public function create()
 {
     if ($this->createdGrid) {
         throw new InvalidStateException('Grid is still created.');
     }
     $this->createdGrid = $this->grid->create();
     return $this;
 }