예제 #1
0
 /**
  * Get allowed file system root list
  *
  * @return array
  */
 public function getAllowedFileSystemRoots()
 {
     $list = parent::getAllowedFileSystemRoots();
     $list[] = $this->getFileSystemRoot();
     return $list;
 }