ILIAS
release_8 Revision v8.19
|
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().
ilGeoLocation::getId | ( | ) |
Definition at line 36 of file ilGeoLocation.php.
References $id.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
ilGeoLocation::getLatitude | ( | ) |
Definition at line 46 of file ilGeoLocation.php.
References $latitude.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
ilGeoLocation::getLongitude | ( | ) |
Definition at line 51 of file ilGeoLocation.php.
References $longitude.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
ilGeoLocation::getTitle | ( | ) |
Definition at line 41 of file ilGeoLocation.php.
References $title.
Referenced by ilGeoLocationFileMockRepository\updateGeoLocation(), and ilGeoLocationDBRepository\updateGeoLocation().
|
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().