MIOLO20
Toggle main menu visibility
Página principal
Estruturas de dados
Estruturas de dados
Hierarquia de classes
Campos de dados
Tudo
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Funções
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variáveis
$
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Ficheiros
Lista de ficheiros
Globais
Tudo
$
_
a
c
d
e
f
g
i
l
m
o
p
r
s
u
Funções
Variáveis
$
_
c
e
f
l
m
o
p
s
Exemplos
•
Tudo
Estruturas de dados
Namespaces
Ficheiros
Funções
Variáveis
Carregando...
Procurando...
Nenhuma entrada encontrada
InputInterface.php
Ir para a documentação deste ficheiro.
1
<?php
2
3
namespace
Symfony\Component\Console\Input
;
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
19
interface
InputInterface
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
}
19
interface
InputInterface
{
…
};
Symfony\Component\Console\Input\InputDefinition
Definição
InputDefinition.php:27
Symfony\Component\Console\Input\InputInterface
Definição
InputInterface.php:20
Symfony\Component\Console\Input\InputInterface\validate
validate()
Symfony\Component\Console\Input\InputInterface\getOptions
getOptions()
Symfony\Component\Console\Input\InputInterface\getArguments
getArguments()
Symfony\Component\Console\Input\InputInterface\getOption
getOption($name)
Symfony\Component\Console\Input\InputInterface\getArgument
getArgument($name)
Symfony\Component\Console\Input\InputInterface\hasParameterOption
hasParameterOption($value)
Symfony\Component\Console\Input\InputInterface\bind
bind(InputDefinition $definition)
Symfony\Component\Console\Input\InputInterface\getFirstArgument
getFirstArgument()
Symfony\Component\Console\Input
Definição
ArgvInput.php:3
classes
extensions
doctrine-dbal
Doctrine
Symfony
Component
Console
Input
InputInterface.php
Gerado por
1.10.0