AttributeSetsSpecificAttributeService
in package
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- AttributeSetService constructor.
- getRepo() : AttributeSetsSpecificAttributeRepository
- remove() : mixed
- Delete AttributeToUpdate
- save() : AttributeSetsSpecificAttribute
- 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() : AttributeSetsSpecificAttributeRepository
Return values
AttributeSetsSpecificAttributeRepositoryremove()
Delete AttributeToUpdate
public
remove(AttributeSetsSpecificAttribute $attributeToUpdate) : mixed
Parameters
- $attributeToUpdate : AttributeSetsSpecificAttribute
save()
Save a AttributeSet
public
save(AttributeSetsSpecificAttribute $attributeToUpdate) : AttributeSetsSpecificAttribute
Parameters
- $attributeToUpdate : AttributeSetsSpecificAttribute