| Current Path : /home/rtorresani/www/vendor/allure-framework/allure-php-commons/src/Attribute/ |
| Current File : //home/rtorresani/www/vendor/allure-framework/allure-php-commons/src/Attribute/LabelInterface.php |
<?php
declare(strict_types=1);
namespace Qameta\Allure\Attribute;
interface LabelInterface extends AttributeInterface
{
public function getName(): string;
public function getValue(): ?string;
}