File: D:/HostingSpaces/SBogers10/douven.komma.pro/app/KommaApp/Kms/Core/Sections/KmsSiteSection.php
<?php
///**
// *
// *
// * @author Komma <info@komma.pro>
// * @copyright (c) 2012-2016, Komma
// */
//
//namespace App\KommaApp\Kms\Core\Sections;
//
//use App\KommaApp\Kms\Core\Kms;
//use App\KommaApp\Kms\Core\KmsRepository;
//use App\KommaApp\Kms\Core\KmsSiteRepository;
//
///**
// * Class KmsSiteSection
// * @package App\KommaApp\Kms\Core\Sections
// */
//abstract class KmsSiteSection extends KmsSection
//{
// public $siteId;
//
//// function __construct(Kms $kms, KmsRepository $repository, AbstractSectionTabsDirector $sectionSectionTabDirector)
// function __construct(Kms $kms, SectionService $siteService, AbstractSectionTabsDirector $sectionSectionTabDirector)
// {
// $this->siteId = $kms->getSiteId();
//
// parent::__construct($kms, $siteService, $sectionSectionTabDirector);
// }
//
// public function loadModels()
// {
// \Log::debug("KmsSiteSection:33 ");
// //If getSortable() returns true, dont load the models, they are loaded via Ajax
// if ($this->getSortable()) return null;
//
// return $this->models = $this->repository->getModels($this->siteId);
// }
//
//
//}