OpenSkill\Datatable\Versions\Datatable19Version::scriptView PHP Method

scriptView() public method

public scriptView ( ) : string
return string The name of the view that this version should use for the script.
    public function scriptView()
    {
        return "datatable::datatable19";
    }

Usage Example

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