Crawler::getNode()

DOMElement|null getNode(int $position) Parameters int $position Return Value DOMElement|null

Bundle\FrameworkBundle\Test

Classes WebTestCase WebTestCase is the base class for functional tests.

Entry::unserialize()

unserialize(string $serialized) Implementation of \Serializable Parameters string $serialized

ServerStopCommand

class ServerStopCommand extends ServerCommand Stops a background process running PHP's built-in web server. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from C

Response::getEtag()

string|null getEtag() Returns the literal value of the ETag HTTP header. Return Value string|null The ETag HTTP header or null if it does not exist

DefinitionDecorator::setDecoratedService()

Definition setDecoratedService(null|string $id, null|string $renamedId = null, int $priority) Sets the service that this service is decorating. Parameters null|string $id The decorated service id, use null to remove decoration null|string $renamedId The new decorated service id int $priority The priority of decoration Return Value Definition The current instance Exceptions InvalidArgumentException In case the decorated service id and the new decorated service id are equals.

ArrayNode::setPerformDeepMerging()

setPerformDeepMerging(bool $boolean) Sets if deep merging should occur. Parameters bool $boolean

FileNotFoundException

class FileNotFoundException extends IOException Exception class thrown when a file couldn't be found. Methods __construct($message = null, $code, Exception $previous = null, $path = null) string getPath() Returns the associated path for the exception. from IOException Details __construct($message = null, $code, Exception $previous = null, $path = null) Parameters $message $code Exception $previous $path st

TranslationCollectionType

class TranslationCollectionType extends AbstractType form type for i18n-columns in propel Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType setDefaultOptions(OptionsResolverInterface $resolver) Sets the default options for this type. s

PropelFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node