NerdsAndCompany\Schematic\Models\SuperTableField::getSuperTableService PHP 메소드

getSuperTableService() 개인적인 메소드

private getSuperTableService ( ) : SuperTableService
리턴 SuperTableService
    private function getSuperTableService()
    {
        return Craft::app()->superTable;
    }