OpenSkill\Datatable\Versions\Datatable110Version::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::datatable110";
    }

Usage Example

コード例 #1
0
 public function testViewString()
 {
     $this->assertNotNull($this->version->tableView());
     $this->assertNotNull($this->version->scriptView());
 }