Jyxo\Input\Validator\InArray::__construct PHP Method

__construct() public method

Constructor.
public __construct ( array $allowed )
$allowed array Array of allowed values
    public function __construct(array $allowed)
    {
        $this->allowed = $allowed;
    }