PHP 클래스 iaPatchApplier

Subrion - open source content management system Copyright (C) 2015 Intelliants, LLC This file is part of Subrion. Subrion is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Subrion is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Subrion. If not, see .
파일 보기 프로젝트 열기: intelliants/subrion 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_dbConnectionParams
$_forceMode
$_scriptRoot

공개 메소드들

메소드 설명
__construct ( $scriptRoot, $dbConnectionParams = null, $forceMode = false )
getLog ( )
process ( $patch, $version )

보호된 메소드들

메소드 설명
_dbConnect ( )
_logInfo ( $message, $type = self::LOG_ALERT, $params = [] )
_processExtras ( array $entries )
_processFile ( $entry )
_processPhrases ( array $entries )
_processQuery ( $query, $log = true )
_runPhpCode ( $phpCode )
_writeFile ( $filename, $content, $isBinary )

비공개 메소드들

메소드 설명
_checkTokenValidity ( $content, $validToken )
_recursivelyRemoveDirectory ( $path )

메소드 상세

__construct() 공개 메소드

public __construct ( $scriptRoot, $dbConnectionParams = null, $forceMode = false )

_dbConnect() 보호된 메소드

protected _dbConnect ( )

_logInfo() 보호된 메소드

protected _logInfo ( $message, $type = self::LOG_ALERT, $params = [] )

_processExtras() 보호된 메소드

protected _processExtras ( array $entries )
$entries array

_processFile() 보호된 메소드

protected _processFile ( $entry )

_processPhrases() 보호된 메소드

protected _processPhrases ( array $entries )
$entries array

_processQuery() 보호된 메소드

protected _processQuery ( $query, $log = true )

_runPhpCode() 보호된 메소드

protected _runPhpCode ( $phpCode )

_writeFile() 보호된 메소드

protected _writeFile ( $filename, $content, $isBinary )

getLog() 공개 메소드

public getLog ( )

process() 공개 메소드

public process ( $patch, $version )

프로퍼티 상세

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

protected $_dbConnectionParams

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

protected $_forceMode

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

protected $_scriptRoot