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())
ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. Return Value ExtensionInterface|null The default extension or null if there is none Exceptions LogicException
bool isRaw() Checks if the cookie value should be sent with no url encoding. Return Value bool
addEngine(EngineInterface $engine) Adds an engine. Parameters EngineInterface $engine An EngineInterface instance
FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser
OutputInterface getErrorOutput() Gets the OutputInterface for errors. Return Value OutputInterface
TableStyle setCellRowFormat(string $cellRowFormat) Sets row cell format. Parameters string $cellRowFormat Return Value TableStyle
string getPath() Returns the path to the template. By default, it just returns the template name. Return Value string A path to the template or a resource
updateObjectAce(int $index, int $mask, string $strategy = null) Updates an object-based ACE Parameters int $index int $mask string $strategy if null the strategy should not be changed
string getPassword() Returns the password used to authenticate the user. This should be the encoded password. On authentication, a plain-text password will be salted, encoded, and then compared to this value. Return Value string The password
Page 14 of 787