Changeset 2917
- Timestamp:
- 07/22/08 16:44:43 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/utils/copix/auth/CopixCredentialHandlerFactory.class.php
r2916 r2917 52 52 * @param string $pHandlerId Identifiant du handler à créer 53 53 * @return ICopixCredentialsHandler 54 * @throws CopixUserException 54 * @throws CopixUserException Handler de credential inconnu, code CopixUserException::UNDEFINED_CREDENTIAL_HANDLER 55 55 */ 56 56 public static function create ($pHandlerId) { trunk/utils/copix/auth/CopixGroupHandlerFactory.class.php
r2916 r2917 54 54 * @param mixed $pHandlerId Identifiant du handler à créer 55 55 * @return CopixUserHandler 56 * @throws CopixUserException Handler de group non définit56 * @throws CopixUserException Handler de group inconnu, code CopixUserException::UNDEFINED_GROUP_HANDLER 57 57 */ 58 58 public static function create ($pHandlerId) { trunk/utils/copix/auth/CopixUserHandlerFactory.class.php
r2916 r2917 101 101 * @param string $pHandlerId Identifiant du handler à créer 102 102 * @return ICopixUserHandler 103 * @throws CopixUserException 103 * @throws CopixUserException Handler d'utilisateur inconnu, code CopixUserException::UNDEFINED_USER_HANDLER 104 104 */ 105 105 public static function create ($pHandlerId) {
