You are here

public function InputInterface::validate in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Input/InputInterface.php \Symfony\Component\Console\Input\InputInterface::validate()

Validates if arguments given are correct.

Throws an exception when not enough arguments are given.

Throws

\RuntimeException

1 method overrides InputInterface::validate()
Input::validate in vendor/symfony/console/Input/Input.php
Validates the input.

File

vendor/symfony/console/Input/InputInterface.php, line 67

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

public function validate();