AttributeSetService
in package
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- AttributeSetService constructor.
- getRepo() : AttributeSetRepository
- save() : AttributeSet
- Save a AttributeSet
Properties
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
AttributeSetService constructor.
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
getRepo()
public
getRepo() : AttributeSetRepository
Return values
AttributeSetRepositorysave()
Save a AttributeSet
public
save(AttributeSet $attributeSet) : AttributeSet
Parameters
- $attributeSet : AttributeSet