예제 #1
0
 public function FetchViewLocation($View = '', $ApplicationFolder = '')
 {
     if ($this->View != '') {
         $View = $this->View;
     }
     return parent::FetchViewLocation($View, $ApplicationFolder);
 }