PHP Class Pantheon\Terminus\Commands\Dashboard\ViewCommand

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
view ( $site_env = null, $options = ['print' => false] ) : string | null Print the URL to the Pantheon site dashboard or open it in a browser

Method Details

view() public method

Print the URL to the Pantheon site dashboard or open it in a browser
public view ( $site_env = null, $options = ['print' => false] ) : string | null
return string | null