PHP 클래스 Pantheon\Terminus\Commands\Site\CreateCommand

상속: extends SiteCommand, implements League\Container\ContainerAwareInterface, use trait League\Container\ContainerAwareTrait
파일 보기 프로젝트 열기: pantheon-systems/terminus

공개 메소드들

메소드 설명
create ( string $site_name, string $label, string $upstream_id, $options = ['org' => null] ) Create a site

메소드 상세

create() 공개 메소드

Create a site
public create ( string $site_name, string $label, string $upstream_id, $options = ['org' => null] )
$site_name string Machine name of the site to create (i.e. the slugified name)
$label string A human-readable label for the new site
$upstream_id string UUID or name of the upstream to use in creating this site