* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config\Resource; /** * ResourceInterface is the interface that must be implemented by all Resource classes. * * @author Fabien Potencier */ interface ResourceInterface { /** * Returns a string representation of the Resource. * * This method is necessary to allow for resource de-duplication, for example by means * of array_unique(). The string returned need not have a particular meaning, but has * to be identical for different ResourceInterface instances referring to the same * resource; and it should be unlikely to collide with that of other, unrelated * resource instances. * * @return string A string representation unique to the underlying Resource */ public function __toString(); } __halt_compiler();----SIGNATURE:----VSwC8Fe4E/qdBsBR+SnG0q2VkTlPyULd99SM2DwRJtVEEuOVAO+ikX3Z2bP0imdfR6z66m9bzSQxrHY/0vSzIrtp1P9V+UKnfwbE1ockQgz9RCUxJa24URfUUc0YOI77oANid8aFMX3m/eVHcK22Fmb+6rxFucjn9Jhvlc9EwHp5+cyqSgjUWydide/Zv9/XNmcD9U6uWUvnMSsS0hH8KjI8rfbSnKs31MX3EmniSu6RZxfd/DLdR1cF2v2qou4PjTcA7QXKTiMCuW0yUGSuhIWYEAx5gN1smPW4MFnJ5Nog2e0eCnEMZsgI+4gKZpLG2Lqu783xGS9gETtqeFzQkQyVfvVzdhpNYCUSH0xgPDICN5f4vXDzg8wzxcKf4SluW8/ipA3zTgbr8r9pbPSE0Sx6cEcwazgDyFdf/5CZrf9s60oVf4EAV/LdiMG7a2KnMYhRVjNKFthHbYkJVxIFgLW3F8EWdLiidOGK9h12lUx4hyjKDrEfeIYQdmQRolA63uSG584ip0aYFgm/WzekvCgt5BrJlXSq64KGhZhq3YgugUaWoXLOY8FSSExa0833Sascn+DYtDIHGEIczjVvjzgV99CoQ6QUZTWw9zcLtl2SFt2fPVAzHypce3X1aTP5LeOQ53qXwIjC/9Fxw/KBv/LoOsMiMKK/hgI4Zl9o7Jk=----ATTACHMENT:----MTMwMjU4MTgzNDI2NzM2MiAxMDU3MDY3NDMwODI0ODUgNjU0MzgxOTc3NDg1NDc3OQ==