PHP Class Pantheon\Terminus\Commands\Domain\AddCommand

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
add ( string $site_env, string $domain ) Adds a domain to the environment

Method Details

add() public method

Adds a domain to the environment
public add ( string $site_env, string $domain )
$site_env string Site & environment to add a domain to, in the form `site-name.env`.
$domain string The domain to associate with this environment