We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ac9ef commit b12896eCopy full SHA for b12896e
1 file changed
lib/cli/Table.php
@@ -224,4 +224,8 @@ public function setRows(array $rows) {
224
$this->addRow($row);
225
}
226
227
+
228
+ public function countRows() {
229
+ return count($this->_rows);
230
+ }
231
0 commit comments