Example #1
0
 /**
  * Returns the first child of the current page, or null if there is no child.
  *
  * @param string $sortColumn
  *
  * @return Page
  */
 public function getFirstChild($sortColumn = "cDisplayOrder asc", $excludeSystemPages = false)
 {
     return parent::getFirstChild($sortColumn, $excludeSystemPages);
 }