getPath() 공개 메소드

get view file directory path
public getPath ( ) : string
리턴 string
 public function show(array $args)
 {
     $this->path = parent::getPath();
     return parent::show($args);
 }