Пример #1
0
 public static function getSection()
 {
     $s = Section::get();
     self::$section = $s;
     return new self();
 }