Ejemplo n.º 1
0
 public function moveLeft($cols = 1)
 {
     return $this->cursor->moveLeft($cols);
 }