getProductFamilySectionProperties() as $productFamilySectionProperty) { if ($productFamilySectionProperty->getSection()->getId() == $section->getId()) { return $productFamilySectionProperty; } } return null; } }