Connection::getResource()

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

Connection::getOption()

getOption($name) Parameters $name

Connection::bind()

bind(string $dn = null, string $password = null) Binds the connection against a DN and password. Parameters string $dn The user's DN string $password The associated password

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.

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

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

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

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

Configuration

class Configuration implements ConfigurationInterface This class contains the configuration information for the bundle. This information is solely responsible for how the different configuration sections are normalized, and merged. Methods TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Details TreeBuilder getConfigTreeBuilder() Generates the configuration tree builder. Return Value TreeBuilder The tree builder