PHP 클래스 Elgg\BatchUpgrader

WARNING: API IN FLUX. DO NOT USE DIRECTLY.
부터: 3.0.0
파일 보기 프로젝트 열기: elgg/elgg 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Config $config ) Constructor
run ( ElggUpgrade $upgrade ) : void Run single upgrade batch

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Config $config )
$config Config Site configuration

run() 공개 메소드

Run single upgrade batch
public run ( ElggUpgrade $upgrade ) : void
$upgrade ElggUpgrade Upgrade to run
리턴 void