columns() публичный Метод

Will set the columns for the view
public columns ( string $columnName, string $label = null )
$columnName string The name of the column
$label string The label for this column
Пример #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidColumns()
 {
     $this->dtv->columns(123);
 }