I just stumbled upon the setFile method of the
sfServiceContainerBuilder but I can't find it's equivalent in XML.
Does anybody know it this is implemented?
Kindest regards,
Marijn
You can specify the file that is required for a service by creating a
file node within the service node.
E.g. <service id="user" class="User"><file>/your/path/to/user.php</
file></service>