MIOLO20
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
}
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