mirror of
https://github.com/n3w/helpers-cli-input.git
synced 2025-12-19 12:43:23 +00:00
Initial commit
This commit is contained in:
commit
0620d00f08
24 changed files with 1054 additions and 0 deletions
12
src/Input/Interfaces/InputValidatorInterface.php
Normal file
12
src/Input/Interfaces/InputValidatorInterface.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace pointybeard\Helpers\Cli\Input\Interfaces;
|
||||
|
||||
use pointybeard\Helpers\Cli\Input;
|
||||
|
||||
interface InputValidatorInterface
|
||||
{
|
||||
public function validate(Input\AbstractInputType $input, Input\AbstractInputHandler $context);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue