* @since 2.0 */ abstract class Base extends Component implements MatcherInterface { /** * @var mixed current value to check for the matcher */ public $value; }