Ejemplo n.º 1
0
 /**
  * @param Entity $entity
  * @return RoleRepository
  */
 public function push(Entity $entity)
 {
     return parent::push($entity);
 }
Ejemplo n.º 2
0
 /**
  * @param $condition
  * @param array $parameters
  * @return $this
  */
 public function where($condition, $parameters = array())
 {
     return parent::where($condition, $parameters);
     // TODO: Change the autogenerated stub
 }