Connection::getResource()

resource getResource() Returns a link resource. Return Value resource

Connection::isBound()

bool isBound() Checks whether the connection was already bound or not. Return Value bool

Connection::setOption()

setOption($name, $value) Parameters $name $value

Connection

class Connection extends AbstractConnection Methods __construct(array $config = array()) from AbstractConnection __destruct() bool isBound() Checks whether the connection was already bound or not. bind(string $dn = null, string $password = null) Binds the connection against a DN and password. resource getResource() Returns a link resource. setOption($name, $value) getOption($name) Details __construct(array $config = array())

ConflictingHeadersException

class ConflictingHeadersException extends RuntimeException The HTTP request contains headers with conflicting information. This exception should trigger an HTTP 400 response in your application code.

ConfirmationQuestion

class ConfirmationQuestion extends Question Represents a yes/no question. Methods __construct(string $question, mixed $default = true, string $trueAnswerRegex = '/^y/i') Constructor. string getQuestion() Returns the question. from Question mixed getDefault() Returns the default answer. from Question bool isHidden() Returns whether the user response must be hidden. from Question Question setHidden(bool $hidden) Sets whether the user response must be hidden or not. from Q

ConflictHttpException

class ConflictHttpException extends HttpException ConflictHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous $code

ConfigurationExtensionInterface

interface ConfigurationExtensionInterface ConfigurationExtensionInterface is the interface implemented by container extension classes. Methods ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. Details ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. Parameters array $config An array of configuration

ConfigurationInterface

interface ConfigurationInterface Configuration interface. Methods TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Details TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Return Value TreeBuilder The tree builder

Configuration

class Configuration implements ConfigurationInterface FrameworkExtension configuration structure. Methods __construct(bool $debug) TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Details __construct(bool $debug) Parameters bool $debug Whether debugging is enabled or not TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Return Value TreeBui