PHP Class Pantheon\Terminus\Commands\Domain\RemoveCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand, implements Pantheon\Terminus\Site\SiteAwareInterface, use trait Pantheon\Terminus\Site\SiteAwareTrait
Exibir arquivo Open project: pantheon-systems/terminus

Public Methods

Method Description
remove ( string $site_env, string $domain ) Removes a domain from the environment

Method Details

remove() public method

Removes a domain from the environment
public remove ( string $site_env, string $domain )
$site_env string Site & environment to remove a domain from, in the form `site-name.env`.
$domain string The domain to disassociate from this environment