Interface PhpConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PhpConfig, PhpConfig.Builder

    public interface PhpConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPhpExecutablePath

        boolean hasPhpExecutablePath()
         The path to the PHP executable that should be used.
         
        optional bytes php_executable_path = 1;
        Returns:
        Whether the phpExecutablePath field is set.
      • getPhpExecutablePath

        com.google.protobuf.ByteString getPhpExecutablePath()
         The path to the PHP executable that should be used.
         
        optional bytes php_executable_path = 1;
        Returns:
        The phpExecutablePath.
      • hasEnableDebugger

        boolean hasEnableDebugger()
         Enable interactive debugging using XDebug.
         
        required bool enable_debugger = 3;
        Returns:
        Whether the enableDebugger field is set.
      • getEnableDebugger

        boolean getEnableDebugger()
         Enable interactive debugging using XDebug.
         
        required bool enable_debugger = 3;
        Returns:
        The enableDebugger.
      • hasGaeExtensionPath

        boolean hasGaeExtensionPath()
         The path to the GAE PHP extension that should be loaded.
         
        optional bytes gae_extension_path = 4;
        Returns:
        Whether the gaeExtensionPath field is set.
      • getGaeExtensionPath

        com.google.protobuf.ByteString getGaeExtensionPath()
         The path to the GAE PHP extension that should be loaded.
         
        optional bytes gae_extension_path = 4;
        Returns:
        The gaeExtensionPath.
      • hasXdebugExtensionPath

        boolean hasXdebugExtensionPath()
         The path to the xdebug extension that should be loaded.
         
        optional bytes xdebug_extension_path = 5;
        Returns:
        Whether the xdebugExtensionPath field is set.
      • getXdebugExtensionPath

        com.google.protobuf.ByteString getXdebugExtensionPath()
         The path to the xdebug extension that should be loaded.
         
        optional bytes xdebug_extension_path = 5;
        Returns:
        The xdebugExtensionPath.
      • hasPhpVersion

        boolean hasPhpVersion()
         The version of PHP executable.
         
        optional bytes php_version = 6;
        Returns:
        Whether the phpVersion field is set.
      • getPhpVersion

        com.google.protobuf.ByteString getPhpVersion()
         The version of PHP executable.
         
        optional bytes php_version = 6;
        Returns:
        The phpVersion.
      • hasPhpLibraryPath

        boolean hasPhpLibraryPath()
         Paths to add to LD_LIBRARY_PATH for PHP
         
        optional bytes php_library_path = 7;
        Returns:
        Whether the phpLibraryPath field is set.
      • getPhpLibraryPath

        com.google.protobuf.ByteString getPhpLibraryPath()
         Paths to add to LD_LIBRARY_PATH for PHP
         
        optional bytes php_library_path = 7;
        Returns:
        The phpLibraryPath.
      • hasPhpComposerPath

        boolean hasPhpComposerPath()
         Path to the composer phar
         
        optional bytes php_composer_path = 8;
        Returns:
        Whether the phpComposerPath field is set.
      • getPhpComposerPath

        com.google.protobuf.ByteString getPhpComposerPath()
         Path to the composer phar
         
        optional bytes php_composer_path = 8;
        Returns:
        The phpComposerPath.