include($_SERVER['DOCUMENT_ROOT']."/common.php") ;
_desc("...") ;
_startpage() ;
_title(1, "Classe geaEDMDir") ;
_title(2, "But") ;
_p() ;
echo "..." ;
_endp() ;
_title(2, "Champs") ;
_p() ;
echo "Un objet geaEDMDir possède les champs suivants :
- ID (...) : ...
- IDDir (...) : ...
- Name (...) : ...
- Infos (...) : ...
- linkMode (...) : ...
- uOwner (...) : ...
- uReaders (...) : ...
- uWriters (...) : ...
- pReaders (...) : ...
- pWriters (...) : ...
- Crypt (...) : ...
- DocType (...) : ...
- Files (...) : ...
- SubDirs (...) : ...
- Auth (...) : ...
" ;
_endp() ;
_endpage() ;
?>