PHP Class Platformsh\Cli\Command\Integration\IntegrationCommandBase

Inheritance: extends Platformsh\Cli\Command\CommandBase
Show file Open project: commerceguys/platform-cli

Protected Properties

Property Type Description
$propertyFormatter Platformsh\Cli\Util\PropertyFormatter

Public Methods

Method Description
__construct ( $name = null )

Protected Methods

Method Description
displayIntegration ( Platformsh\Client\Model\Integration $integration, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getForm ( ) : Platformsh\ConsoleForm\Form

Private Methods

Method Description
getFields ( ) : Platformsh\ConsoleForm\Field\Field[]

Method Details

__construct() public method

public __construct ( $name = null )

displayIntegration() protected method

protected displayIntegration ( Platformsh\Client\Model\Integration $integration, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$integration Platformsh\Client\Model\Integration
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getForm() protected method

protected getForm ( ) : Platformsh\ConsoleForm\Form
return Platformsh\ConsoleForm\Form

Property Details

$propertyFormatter protected property

protected PropertyFormatter,Platformsh\Cli\Util $propertyFormatter
return Platformsh\Cli\Util\PropertyFormatter