Пример #1
0
 /**
  * Get the entire array of sections.
  *
  * @return array 
  * @static 
  */
 public static function getSections()
 {
     return \Illuminate\View\Environment::getSections();
 }