editPath() 공개 메소드

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