Esempio n. 1
0
 /**
  * Get the home page
  * @return Page
  */
 public static function getHomePage()
 {
     return Page::get(parent::fetchIdFrom(1, "home"));
 }