Viewing File: /home/maglabs/it/lib/internal/Magento/Framework/Validator/Constraint/OptionInterface.php
<?php
/**
* Validator Constraint Option interface
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Validator\Constraint;
/**
* Interface \Magento\Framework\Validator\Constraint\OptionInterface
*
* @api
*/
interface OptionInterface
{
/**
* Get option value
*
* @return mixed
*/
public function getValue();
}
Back to Directory
File Manager