[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/inc/ -> class.vfs_sql2.inc.php (sommaire)

(pas de description)

Poids: 3923 lignes (98 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

vfs:: (41 méthodes):
  vfs()
  in_docroot()
  get_id_from_path()
  get_path_from_id()
  get_journal()
  acl_check()
  read()
  write()
  touch()
  cp()
  mv()
  rm()
  mkdir()
  make_link()
  set_attributes()
  correct_attributes()
  file_type()
  file_exists()
  get_size()
  checkperms()
  ls()
  update_real()
  regenerate_database()
  get_real_info()
  search()
  get_file_extension()
  get_file_id()
  id2name()
  compress()
  extract()
  random_filename()
  generate_proper_id()
  add_leading_zero()
  import_vfs()
  get_appfiles_root()
  is_appfolder()
  get_external_name()
  get_external_files_info()
  _consult_external_files_info()
  set_sharing()
  unset_sharing()


Classe: vfs  - X-Ref

Class: vfs

Virtual File System class - SQL v.2 implementation
vfs()   X-Ref
Pas de description

in_docroot($path)   X-Ref
Pas de description

get_id_from_path($directory,$name)   X-Ref
Pas de description

get_path_from_id($id)   X-Ref
Pas de description

get_journal($data)   X-Ref
Pas de description

acl_check($data)   X-Ref
Pas de description

read($data)   X-Ref
Pas de description

write($data)   X-Ref
Pas de description

touch($data)   X-Ref
Pas de description

cp($data)   X-Ref
Pas de description

mv($data)   X-Ref
Pas de description

rm($data)   X-Ref
Pas de description

mkdir($data)   X-Ref
Pas de description

make_link($data)   X-Ref
Pas de description

set_attributes($data)   X-Ref
Pas de description

correct_attributes($data)   X-Ref
Pas de description

file_type($data)   X-Ref
Pas de description

file_exists($data)   X-Ref
Pas de description

get_size($data)   X-Ref
Pas de description

checkperms($data)   X-Ref
Pas de description

ls($data)   X-Ref
Pas de description

update_real($data,$recursive = False)   X-Ref
Pas de description

regenerate_database()   X-Ref
Pas de description

get_real_info($data)   X-Ref
Pas de description

search($keyword,$fields=null,$is_backup='N')   X-Ref
Pas de description

get_file_extension($filename)   X-Ref
Pas de description

get_file_id($data)   X-Ref
Pas de description

id2name($id)   X-Ref
Pas de description

compress($data)   X-Ref
Pas de description

extract($data)   X-Ref
Pas de description

random_filename()   X-Ref
Pas de description

generate_proper_id($owner_name,$filetype_identifier)   X-Ref
Pas de description

add_leading_zero($num)   X-Ref
Pas de description

import_vfs()   X-Ref
Pas de description

get_appfiles_root()   X-Ref
Pas de description

is_appfolder($path)   X-Ref
Pas de description

get_external_name($p_appname,$p_appid)   X-Ref
Method: get_external_name

Given an application name and an id of this application,
returns its name.

get_external_files_info()   X-Ref
Method: get_external_files_info

Returns all the external files info. This is good for some applications
that need to show all the external files or all the external folders

_consult_external_files_info()   X-Ref
Method: _consult_external_files_info

Consults the external files info and store it in the vfs
object attribute $this->external_files_info

set_sharing($params)   X-Ref
Method: set_sharing

Sets the file sharing of ONE file to the given ACL

Parameters:

string - the full string describing the file
relatives - the array of relativity
permissions - an array with the user id as key, and the permissions
(that are a boolean operation of PHPGW_ACLs) as value.
If you want to apply a default permission to all users,
use the 0 id as key

unset_sharing($params)   X-Ref
Method: unset_sharing

Unsets all file sharing and ACL permissions for a file

Parameters:

string - the full string describing the file
relatives - the array of relativity



Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7