table() 공개 메소드

Will render the table
public table ( ) : string
리턴 string the rendered view that represents the table
예제 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidColumsTable()
 {
     $this->dtv->table();
 }