public function crumbs_UI_TableColumns::getCols in Crumbs, the Breadcrumbs suite 7.2
Return value
mixed[]
File
- lib/
UI/ TableColumns.php, line 19
Class
Code
public function getCols() {
return $this->cols;
}
mixed[]
public function getCols() {
return $this->cols;
}