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())

Bundle::getContainerExtension()

ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. Return Value ExtensionInterface|null The default extension or null if there is none Exceptions LogicException

Cookie::isRaw()

bool isRaw() Checks if the cookie value should be sent with no url encoding. Return Value bool

DelegatingEngine::addEngine()

addEngine(EngineInterface $engine) Adds an engine. Parameters EngineInterface $engine An EngineInterface instance

DependencyInjectionExtension::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser

ConsoleOutputInterface::getErrorOutput()

OutputInterface getErrorOutput() Gets the OutputInterface for errors. Return Value OutputInterface

TableStyle::setCellRowFormat()

TableStyle setCellRowFormat(string $cellRowFormat) Sets row cell format. Parameters string $cellRowFormat Return Value TableStyle

TemplateReferenceInterface::getPath()

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

Acl::updateObjectAce()

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

UserInterface::getPassword()

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