Example #1
0
 /**
  * Checks if the page is a dashboard page, returns true if it is.
  *
  * @return bool
  */
 public function isAdminArea()
 {
     return parent::isAdminArea();
 }