Example #1
0
 /**
  * Returns the URL-slug-based path to the current page (including any suffixes) in a string format. Does so in real time.
  */
 public function generatePagePath()
 {
     return parent::generatePagePath();
 }