dirPath() public method

Get views directory path.
public dirPath ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * Generate views directory.
  *
  * @return void
  */
 public function dir()
 {
     $this->makeDir($this->paths->dirPath());
 }