Changeset 2917

Show
Ignore:
Timestamp:
07/22/08 16:44:43 (1 month ago)
Author:
steevanb
Message:

Ajout de commentaires sur les exceptions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/utils/copix/auth/CopixCredentialHandlerFactory.class.php

    r2916 r2917  
    5252     * @param string $pHandlerId Identifiant du handler à créer 
    5353     * @return ICopixCredentialsHandler 
    54      * @throws CopixUserException 
     54     * @throws CopixUserException Handler de credential inconnu, code CopixUserException::UNDEFINED_CREDENTIAL_HANDLER 
    5555     */ 
    5656    public static function create ($pHandlerId) { 
  • trunk/utils/copix/auth/CopixGroupHandlerFactory.class.php

    r2916 r2917  
    5454     * @param mixed $pHandlerId Identifiant du handler à créer 
    5555     * @return CopixUserHandler 
    56      * @throws CopixUserException Handler de group non définit 
     56     * @throws CopixUserException Handler de group inconnu, code CopixUserException::UNDEFINED_GROUP_HANDLER 
    5757     */ 
    5858    public static function create ($pHandlerId) { 
  • trunk/utils/copix/auth/CopixUserHandlerFactory.class.php

    r2916 r2917  
    101101     * @param string $pHandlerId Identifiant du handler à créer 
    102102     * @return ICopixUserHandler 
    103      * @throws CopixUserException 
     103     * @throws CopixUserException Handler d'utilisateur inconnu, code CopixUserException::UNDEFINED_USER_HANDLER 
    104104     */ 
    105105    public static function create ($pHandlerId) {