table() public method

Will render the table
public table ( ) : string
return string the rendered view that represents the table
Ejemplo n.º 1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidColumsTable()
 {
     $this->dtv->table();
 }