scriptView() 공개 메소드

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