| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilGeoLocation:Public Member Functions | |
| __construct (int $a_id, string $a_title, float $a_latitude, float $a_longitude, \DateTimeImmutable $a_expiration_timestamp) | |
| getId () | |
| getTitle () | |
| getLatitude () | |
| getLongitude () | |
| getExpirationAsTimestamp () | |
| getExpirationAsImmutableDateTime () | |
Protected Attributes | |
| $id | |
| $title | |
| $latitude | |
| $longitude | |
| $expiration_timestamp | |
Definition at line 3 of file ilGeoLocation.php.
| ilGeoLocation::__construct | ( | int | $a_id, | 
| string | $a_title, | ||
| float | $a_latitude, | ||
| float | $a_longitude, | ||
| \DateTimeImmutable | $a_expiration_timestamp | ||
| ) | 
Definition at line 20 of file ilGeoLocation.php.
| ilGeoLocation::getExpirationAsImmutableDateTime | ( | ) | 
| ilGeoLocation::getExpirationAsTimestamp | ( | ) | 
Definition at line 56 of file ilGeoLocation.php.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
 Here is the caller graph for this function:| ilGeoLocation::getId | ( | ) | 
Definition at line 36 of file ilGeoLocation.php.
References $id.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
 Here is the caller graph for this function:| ilGeoLocation::getLatitude | ( | ) | 
Definition at line 46 of file ilGeoLocation.php.
References $latitude.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
 Here is the caller graph for this function:| ilGeoLocation::getLongitude | ( | ) | 
Definition at line 51 of file ilGeoLocation.php.
References $longitude.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
 Here is the caller graph for this function:| ilGeoLocation::getTitle | ( | ) | 
Definition at line 41 of file ilGeoLocation.php.
References $title.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 18 of file ilGeoLocation.php.
Referenced by getExpirationAsImmutableDateTime().
      
  | 
  protected | 
Definition at line 6 of file ilGeoLocation.php.
Referenced by getId().
      
  | 
  protected | 
Definition at line 12 of file ilGeoLocation.php.
Referenced by getLatitude().
      
  | 
  protected | 
Definition at line 15 of file ilGeoLocation.php.
Referenced by getLongitude().
      
  | 
  protected | 
Definition at line 9 of file ilGeoLocation.php.
Referenced by getTitle().