setContent($content); } if ($attributes !== null) { $container->setAttributes($attributes); } if ($tag !== null) { $container->setTag($tag); } return $container; } }