editPath() public method

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