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

상속: extends Pantheon\Terminus\Commands\TerminusCommand, implements Pantheon\Terminus\Site\SiteAwareInterface, use trait Pantheon\Terminus\Site\SiteAwareTrait
파일 보기 프로젝트 열기: pantheon-systems/terminus

공개 메소드들

메소드 설명
create ( string $site_env, $options = ['element' => null, 'keep-for' => 365] ) Create a backup of the specified environment

메소드 상세

create() 공개 메소드

Create a backup of the specified environment
public create ( string $site_env, $options = ['element' => null, 'keep-for' => 365] )
$site_env string Site & environment to make a backup of, in the form `site-name.env`.