Detailed Description
- Author
- Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om 
- Version
- $Id$
Definition at line 33 of file class.ilECSAuth.php.
Constructor & Destructor Documentation
      
        
          | ilECSAuth::__construct | ( |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | ilECSAuth::setEOV | ( |  | $a_eov | ) |  | 
      
 
set EOV 
public 
- Parameters
- 
  
  
Definition at line 118 of file class.ilECSAuth.php.
        {
                include_once('Date.php');
                
                $date = new Date();
                $date->setDate($a_eov,DATE_FORMAT_UNIXTIME);
                $this->eov = $date->getDate().'+01:00';
        }
 
 
      
        
          | ilECSAuth::setRealm | ( |  | $a_realm | ) |  | 
      
 
 
      
        
          | ilECSAuth::setSOV | ( |  | $a_sov | ) |  | 
      
 
set SOV 
public 
- Parameters
- 
  
  
Definition at line 102 of file class.ilECSAuth.php.
        {
                include_once('Date.php');
                
                $date = new Date();
                $date->setDate($a_sov,DATE_FORMAT_UNIXTIME);
                $this->sov = $date->getDate().'+01:00';
        }
 
 
      
        
          | ilECSAuth::setUrl | ( |  | $a_url | ) |  | 
      
 
 
Field Documentation
  
  | 
        
          | ilECSAuth::$mids = array() |  | protected | 
 
 
The documentation for this class was generated from the following file: