class ImportSiteTypeSkeletonsRoutine extends AbstractRoutine (View source)

Properties

protected Service $skeletonService
protected Service $typeService
protected EntityManager $entityManager
protected SiteTypeCategory $siteTypeCategory
protected Service $groupService

Methods

static Package|null
getPackageObject(string|SimpleXMLElement $pkgHandle)

Get a package entity given its handle.

__construct(SiteTypeCategory $category, EntityManager $entityManager, Service $skeletonService, Service $typeService, Service $groupService)

No description

getHandle()

No description

import(SimpleXMLElement $sx)

No description

Details

static protected Package|null getPackageObject(string|SimpleXMLElement $pkgHandle)

Get a package entity given its handle.

Parameters

string|SimpleXMLElement $pkgHandle

the package handle (or an XML attribute/node whose content is the package handle)

Return Value

Package|null

__construct(SiteTypeCategory $category, EntityManager $entityManager, Service $skeletonService, Service $typeService, Service $groupService)

No description

Parameters

SiteTypeCategory $category
EntityManager $entityManager
Service $skeletonService
Service $typeService
Service $groupService

getHandle()

No description

import(SimpleXMLElement $sx)

No description

Parameters

SimpleXMLElement $sx