aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/ItemFactory.php
AgeCommit message (Collapse)AuthorFilesLines
2018-04-01Add method "buildByAttribute" and use it in "buildBySlug"Thomas Lange1-1/+13
This commit adds the method "buildByAttribute" to the ItemFactory and is used from now within the method "buildBySlug" to create the Item instance.
2017-04-29ItemFactory does not need to implement FactoryInterface because it is ↵Thomas Lange1-1/+1
already implemented in the parent Factory class.
2017-04-07Fixed inconsistency for return type declaration.Thomas Lange1-1/+1
2017-03-04Factory method "buildBySlug" is now defined in the "ItemFactory" class.Thomas Lange1-0/+12
2017-02-24Initial commit.v1.0Thomas Lange1-0/+12