AppserverIo\Appserver\Core\GenericDeployment::deploy PHP Метод

deploy() публичный Метод

Initializes the available applications and adds them to the container.
См. также: AppserverIo\Psr\Deployment\DeploymentInterface::deploy()
public deploy ( ) : void
Результат void
    public function deploy()
    {
        $this->deployDatasources();
        $this->deployApplications();
    }