tableView() 공개 메소드

public tableView ( ) : string
리턴 string The name of the view that this version should use fot the table.
 public function testViewString()
 {
     $this->assertNotNull($this->version->tableView());
     $this->assertNotNull($this->version->scriptView());
 }