PHP 클래스 QPackageManagerUpload, qcodo

상속: extends QPackageManager
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$blnValidCredential
$blnValidPackage
$blnVersionMatch
$intNewVersionNumber
$objChangedFileArray
$objNewFileArray
$strCurrentDevelopmentVersion
$strCurrentStableVersion
$strNotes
$strPassword
$strSeenRealPath
$strSettingsFilePath

공개 메소드들

메소드 설명
CheckCredentialsAndPackage ( )
CheckVersion ( )
GetInvalidCredentialOrPackageErrorText ( )
GetNonLiveText ( )
GetVersionMismatchWarningText ( )
PerformUpload ( )
__construct ( $strPackageName, $strUsername, $strPassword, $blnLive, $blnForce, $strSettingsFilePath, $strNotes, $strNotesPath )

보호된 메소드들

메소드 설명
ExecuteUpload ( )
ProcessDirectory ( string $strPath, QDirectoryToken $objDirectoryToken ) : void Given the path of a directory, process all the directories and files in it that have NOT been seen in SeenRealPath.
ProcessFile ( $strFullPath, QDirectoryToken $objDirectoryToken )
SetupNotes ( $strNotes, $strNotesPath )
SetupSettings ( )

메소드 상세

CheckCredentialsAndPackage() 공개 메소드

CheckVersion() 공개 메소드

public CheckVersion ( )

ExecuteUpload() 보호된 메소드

protected ExecuteUpload ( )

GetInvalidCredentialOrPackageErrorText() 공개 메소드

GetNonLiveText() 공개 메소드

public GetNonLiveText ( )

GetVersionMismatchWarningText() 공개 메소드

PerformUpload() 공개 메소드

public PerformUpload ( )

ProcessDirectory() 보호된 메소드

Assumes: the path is a valid directory that exists and has NOT been SeenRealPath
protected ProcessDirectory ( string $strPath, QDirectoryToken $objDirectoryToken ) : void
$strPath string
$objDirectoryToken QDirectoryToken
리턴 void

ProcessFile() 보호된 메소드

protected ProcessFile ( $strFullPath, QDirectoryToken $objDirectoryToken )
$objDirectoryToken QDirectoryToken

SetupNotes() 보호된 메소드

protected SetupNotes ( $strNotes, $strNotesPath )

SetupSettings() 보호된 메소드

protected SetupSettings ( )

__construct() 공개 메소드

public __construct ( $strPackageName, $strUsername, $strPassword, $blnLive, $blnForce, $strSettingsFilePath, $strNotes, $strNotesPath )

프로퍼티 상세

$blnValidCredential 보호되어 있는 프로퍼티

protected $blnValidCredential

$blnValidPackage 보호되어 있는 프로퍼티

protected $blnValidPackage

$blnVersionMatch 보호되어 있는 프로퍼티

protected $blnVersionMatch

$intNewVersionNumber 보호되어 있는 프로퍼티

protected $intNewVersionNumber

$objChangedFileArray 보호되어 있는 프로퍼티

protected $objChangedFileArray

$objNewFileArray 보호되어 있는 프로퍼티

protected $objNewFileArray

$strCurrentDevelopmentVersion 보호되어 있는 프로퍼티

protected $strCurrentDevelopmentVersion

$strCurrentStableVersion 보호되어 있는 프로퍼티

protected $strCurrentStableVersion

$strNotes 보호되어 있는 프로퍼티

protected $strNotes

$strPassword 보호되어 있는 프로퍼티

protected $strPassword

$strSeenRealPath 보호되어 있는 프로퍼티

protected $strSeenRealPath

$strSettingsFilePath 보호되어 있는 프로퍼티

protected $strSettingsFilePath