scriptView() public method

public scriptView ( ) : string
return string The name of the view that this version should use for the script.
Ejemplo n.º 1
0
 public function testViewString()
 {
     $this->assertNotNull($this->version->tableView());
     $this->assertNotNull($this->version->scriptView());
 }