MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
InputInterface.php
Ir para a documentação deste ficheiro.
1<?php
2
4
5/*
6 * This file is part of the Symfony framework.
7 *
8 * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
9 *
10 * This source file is subject to the MIT license that is bundled
11 * with this source code in the file LICENSE.
12 */
13
20{
26 function getFirstArgument();
27
38 function hasParameterOption($value);
39
45 function bind(InputDefinition $definition);
46
47 function validate();
48
49 function getArguments();
50
51 function getArgument($name);
52
53 function getOptions();
54
55 function getOption($name);
56}