Home
last modified time | relevance | path

Searched refs:cell_id (Results 1 – 2 of 2) sorted by relevance

/plugin/latexit/classes/
H A DRowspan.php24 protected $cell_id; variable in Rowspan
29 * @param int $cell_id Id of a cell.
31 public function __construct($rowspan, $cell_id) { argument
33 $this->cell_id = $cell_id;
48 return $this->cell_id;
61 * @param int $cell_id
63 public function setCellId($cell_id) { argument
64 $this->cell_id = $cell_id;
H A DRowspanHandler.php33 * @param int $cell_id Cell order in a row.
35 public function insertRowspan($rowspan, $cell_id) { argument
36 $rs = new Rowspan($rowspan, $cell_id);
42 * @param int $cell_id Cell order.
45 public function decreaseRowspan($cell_id) { argument
46 $i = $this->findRowspan($cell_id);
62 * @param int $cell_id Cell order
65 public function getRowspan($cell_id) { argument
66 $i = $this->findRowspan($cell_id);
75 * @param int $cell_id Cell order
[all …]