HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/lmbm.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);
//    }
//
//
//}