showPath() public method

Get show file path.
public showPath ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * Generate show.
  *
  * @return void
  */
 public function show()
 {
     $this->make($this->paths->showPath(), $this->view->generateShow());
 }