Skip to content

Commit e615d5c

Browse files
attribusox
authored andcommitted
Add ArticleType Client getAttributes method to interface
1 parent ce178a5 commit e615d5c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/Client/Article/ArticleTypeClientInterface.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ public function getAttributeGroups(int $id): array;
109109
*/
110110
public function getAttributeOptions(int $id, int $attributeId): array;
111111

112+
/**
113+
* @param int $id
114+
*
115+
* @return ContainerAttributeInterface[]
116+
* @throws EmptyResultException
117+
*/
118+
public function getAttributes(int $id): array;
119+
112120
/**
113121
* @param int $id
114122
* @param int $attributeId

0 commit comments

Comments
 (0)