attributeRepo = $attributeRepo; } /** * Get all the Attributes for a particular entity * @param $entityType * @param $entityId */ public function getForEntity($entityType, $entityId) { } }