public interface PhpConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableDebugger()
Enable interactive debugging using XDebug.
|
com.google.protobuf.ByteString |
getGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
|
com.google.protobuf.ByteString |
getPhpComposerPath()
Path to the composer phar
|
com.google.protobuf.ByteString |
getPhpExecutablePath()
The path to the PHP executable that should be used.
|
com.google.protobuf.ByteString |
getPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
|
com.google.protobuf.ByteString |
getPhpVersion()
The version of PHP executable.
|
com.google.protobuf.ByteString |
getXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
|
boolean |
hasEnableDebugger()
Enable interactive debugging using XDebug.
|
boolean |
hasGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
|
boolean |
hasPhpComposerPath()
Path to the composer phar
|
boolean |
hasPhpExecutablePath()
The path to the PHP executable that should be used.
|
boolean |
hasPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
|
boolean |
hasPhpVersion()
The version of PHP executable.
|
boolean |
hasXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhpExecutablePath()
The path to the PHP executable that should be used.
optional bytes php_executable_path = 1;com.google.protobuf.ByteString getPhpExecutablePath()
The path to the PHP executable that should be used.
optional bytes php_executable_path = 1;boolean hasEnableDebugger()
Enable interactive debugging using XDebug.
required bool enable_debugger = 3;boolean getEnableDebugger()
Enable interactive debugging using XDebug.
required bool enable_debugger = 3;boolean hasGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
optional bytes gae_extension_path = 4;com.google.protobuf.ByteString getGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
optional bytes gae_extension_path = 4;boolean hasXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
optional bytes xdebug_extension_path = 5;com.google.protobuf.ByteString getXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
optional bytes xdebug_extension_path = 5;boolean hasPhpVersion()
The version of PHP executable.
optional bytes php_version = 6;com.google.protobuf.ByteString getPhpVersion()
The version of PHP executable.
optional bytes php_version = 6;boolean hasPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
optional bytes php_library_path = 7;com.google.protobuf.ByteString getPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
optional bytes php_library_path = 7;boolean hasPhpComposerPath()
Path to the composer phar
optional bytes php_composer_path = 8;com.google.protobuf.ByteString getPhpComposerPath()
Path to the composer phar
optional bytes php_composer_path = 8;Copyright © 2022. All rights reserved.