PHP Class Platformsh\Cli\Command\User\UserAddCommand

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

Public Methods

Method Description
validateEmail ( string $value ) : string
validateRole ( string $value ) : string

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
standardizeRole ( string $givenRole ) : string

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

standardizeRole() protected method

protected standardizeRole ( string $givenRole ) : string
$givenRole string
return string

validateEmail() public method

public validateEmail ( string $value ) : string
$value string
return string

validateRole() public method

public validateRole ( string $value ) : string
$value string
return string