PHP Class QPackageManagerUpload, qcodo

Inheritance: extends QPackageManager
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$blnValidCredential
$blnValidPackage
$blnVersionMatch
$intNewVersionNumber
$objChangedFileArray
$objNewFileArray
$strCurrentDevelopmentVersion
$strCurrentStableVersion
$strNotes
$strPassword
$strSeenRealPath
$strSettingsFilePath

Méthodes publiques

Méthode Description
CheckCredentialsAndPackage ( )
CheckVersion ( )
GetInvalidCredentialOrPackageErrorText ( )
GetNonLiveText ( )
GetVersionMismatchWarningText ( )
PerformUpload ( )
__construct ( $strPackageName, $strUsername, $strPassword, $blnLive, $blnForce, $strSettingsFilePath, $strNotes, $strNotesPath )

Méthodes protégées

Méthode Description
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 ( )

Method Details

CheckCredentialsAndPackage() public méthode

CheckVersion() public méthode

public CheckVersion ( )

ExecuteUpload() protected méthode

protected ExecuteUpload ( )

GetInvalidCredentialOrPackageErrorText() public méthode

GetNonLiveText() public méthode

public GetNonLiveText ( )

GetVersionMismatchWarningText() public méthode

PerformUpload() public méthode

public PerformUpload ( )

ProcessDirectory() protected méthode

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
Résultat void

ProcessFile() protected méthode

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

SetupNotes() protected méthode

protected SetupNotes ( $strNotes, $strNotesPath )

SetupSettings() protected méthode

protected SetupSettings ( )

__construct() public méthode

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

Property Details

$blnValidCredential protected_oe property

protected $blnValidCredential

$blnValidPackage protected_oe property

protected $blnValidPackage

$blnVersionMatch protected_oe property

protected $blnVersionMatch

$intNewVersionNumber protected_oe property

protected $intNewVersionNumber

$objChangedFileArray protected_oe property

protected $objChangedFileArray

$objNewFileArray protected_oe property

protected $objNewFileArray

$strCurrentDevelopmentVersion protected_oe property

protected $strCurrentDevelopmentVersion

$strCurrentStableVersion protected_oe property

protected $strCurrentStableVersion

$strNotes protected_oe property

protected $strNotes

$strPassword protected_oe property

protected $strPassword

$strSeenRealPath protected_oe property

protected $strSeenRealPath

$strSettingsFilePath protected_oe property

protected $strSettingsFilePath