Pantheon\Terminus\Site\SiteAwareInterface::getSiteEnv PHP Метод

getSiteEnv() публичный Метод

Get the site and environment with the given ids.
public getSiteEnv ( string $site_env_id, string $default_env ) : array
$site_env_id string The site/environment id in the form [.]
$default_env string The default environment to use if none is specified; null if not required
Результат array The site and environment in an array.
    public function getSiteEnv($site_env_id, $default_env);