comparison core/modules/statistics/src/StatisticsViewsResult.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents c2387f117808
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
35 */ 35 */
36 public function getTotalCount() { 36 public function getTotalCount() {
37 return $this->totalCount; 37 return $this->totalCount;
38 } 38 }
39 39
40
41 /** 40 /**
42 * Total number of times the entity has been viewed "today". 41 * Total number of times the entity has been viewed "today".
43 * 42 *
44 * @return int 43 * @return int
45 */ 44 */
46 public function getDayCount() { 45 public function getDayCount() {
47 return $this->dayCount; 46 return $this->dayCount;
48 } 47 }
49
50 48
51 /** 49 /**
52 * Timestamp of when the entity was last viewed. 50 * Timestamp of when the entity was last viewed.
53 * 51 *
54 * @return int 52 * @return int