Example #1
0
 /**
  * @param string|null $sectionName
  *
  * @return SectionColHandle
  */
 function tbody($sectionName = null)
 {
     return new SectionColHandle($this->table->tbody($sectionName), $this->colName);
 }