Example #1
0
 /**
  * Check if a page is a single page that is in the core (/concrete directory).
  *
  * @return bool
  */
 public function isSystemPage()
 {
     return parent::isSystemPage();
 }