getPath() public method

get view file directory path
public getPath ( ) : string
return string
コード例 #1
0
 public function show(array $args)
 {
     $this->path = parent::getPath();
     return parent::show($args);
 }