PHP 클래스 AppserverIo\Appserver\Provisioning\StandardProvisioner

상속: extends AbstractProvisioner
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
getAbsolutPathToPhpExecutable ( ) : string Returns the absolute path to the appservers PHP executable.
provision ( AppserverIo\Psr\Application\ApplicationInterface $application ) : void Provisions all web applications.

보호된 메소드들

메소드 설명
executeProvision ( AppserverIo\Psr\Application\ApplicationInterface $application, ProvisionNode $provisionNode, SplFileInfo $webappPath ) : void Executes the passed applications provisioning workflow.

메소드 상세

executeProvision() 보호된 메소드

Executes the passed applications provisioning workflow.
protected executeProvision ( AppserverIo\Psr\Application\ApplicationInterface $application, ProvisionNode $provisionNode, SplFileInfo $webappPath ) : void
$application AppserverIo\Psr\Application\ApplicationInterface The application instance
$provisionNode AppserverIo\Appserver\Core\Api\Node\ProvisionNode The file with the provisioning information
$webappPath SplFileInfo The path to the webapp folder
리턴 void

getAbsolutPathToPhpExecutable() 공개 메소드

Returns the absolute path to the appservers PHP executable.
public getAbsolutPathToPhpExecutable ( ) : string
리턴 string The absolute path to the appserver PHP executable

provision() 공개 메소드

Provisions all web applications.
public provision ( AppserverIo\Psr\Application\ApplicationInterface $application ) : void
$application AppserverIo\Psr\Application\ApplicationInterface The application instance
리턴 void