예제 #1
0
 /**
  * Return widget directory
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/backup';
 }
예제 #2
0
파일: Code.php 프로젝트: kirkbauer2/kirkxc
 /**
  * Return widget directory
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/code';
 }