Exemplo n.º 1
0
 public function isModifying()
 {
     return $this->generic->isModifying();
 }
Exemplo n.º 2
0
 public function fill(array $parameters)
 {
     return $this->generic->fill(parent::fill($parameters));
 }
Exemplo n.º 3
0
 public function parameters()
 {
     return $this->generic->parameters();
 }