PHP 클래스 Pantheon\Terminus\Models\Branch

상속: extends TerminusModel
파일 보기 프로젝트 열기: pantheon-systems/terminus

공개 프로퍼티들

프로퍼티 타입 설명
$site Site

공개 메소드들

메소드 설명
__construct ( $attributes = null, array $options = [] )
delete ( ) : Workflow Deletes this branch from the site
serialize ( ) : array Formats the Backup object into an associative array for output

메소드 상세

__construct() 공개 메소드

public __construct ( $attributes = null, array $options = [] )
$options array

delete() 공개 메소드

Deletes this branch from the site
public delete ( ) : Workflow
리턴 Workflow

serialize() 공개 메소드

Formats the Backup object into an associative array for output
public serialize ( ) : array
리턴 array Associative array of data for output

프로퍼티 상세

$site 공개적으로 프로퍼티

public Site,Pantheon\Terminus\Models $site
리턴 Site