OpenSkill\Datatable\Versions\Datatable110Version::tableView PHP 메소드

tableView() 공개 메소드

public tableView ( ) : string
리턴 string The name of the view that this version should use fot the table.
    public function tableView()
    {
        return "datatable::table";
    }

Usage Example

 public function testViewString()
 {
     $this->assertNotNull($this->version->tableView());
     $this->assertNotNull($this->version->scriptView());
 }