|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 | ( | ) |
Definition at line 61 of file ilGeoLocation.php.
References $expiration_timestamp.
| ilGeoLocation::getExpirationAsTimestamp | ( | ) |
Definition at line 56 of file ilGeoLocation.php.
Referenced by ilGeoLocationDBRepository\updateGeoLocation(), and ilGeoLocationFileMockRepository\updateGeoLocation().
Here is the caller graph for this function:| ilGeoLocation::getId | ( | ) |
Definition at line 36 of file ilGeoLocation.php.
References $id.
Referenced by ilGeoLocationDBRepository\updateGeoLocation(), and ilGeoLocationFileMockRepository\updateGeoLocation().
Here is the caller graph for this function:| ilGeoLocation::getLatitude | ( | ) |
Definition at line 46 of file ilGeoLocation.php.
References $latitude.
Referenced by ilGeoLocationDBRepository\updateGeoLocation(), and ilGeoLocationFileMockRepository\updateGeoLocation().
Here is the caller graph for this function:| ilGeoLocation::getLongitude | ( | ) |
Definition at line 51 of file ilGeoLocation.php.
References $longitude.
Referenced by ilGeoLocationDBRepository\updateGeoLocation(), and ilGeoLocationFileMockRepository\updateGeoLocation().
Here is the caller graph for this function:| ilGeoLocation::getTitle | ( | ) |
Definition at line 41 of file ilGeoLocation.php.
References $title.
Referenced by ilGeoLocationDBRepository\updateGeoLocation(), and ilGeoLocationFileMockRepository\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().