* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Validator\Mapping; /** * Stores all metadata needed for validating the value of a class property. * * Most importantly, the metadata stores the constraints against which the * property's value should be validated. * * Additionally, the metadata stores whether objects stored in the property * should be validated against their class' metadata and whether traversable * objects should be traversed or not. * * @author Bernhard Schussek * * @see MetadataInterface * @see CascadingStrategy * @see TraversalStrategy */ interface PropertyMetadataInterface extends MetadataInterface { /** * Returns the name of the property. * * @return string The property name */ public function getPropertyName(); /** * Extracts the value of the property from the given container. * * @param mixed $containingValue The container to extract the property value from * * @return mixed The value of the property */ public function getPropertyValue($containingValue); } __halt_compiler();----SIGNATURE:----tcjQcW6rx5RcVOqMvconTooNFEIlQMVnPF74VYbknQ82eYEt18qOw+xaosNJ7vYjDr4/fM40E79BRsaVGNe0dfHmm4soBRRvy+7tY4e8J9t0z1IHSu7C1bH4KkPHtLPgFF0eLyKX8xZyWNGJAEAd7wvbwb0muCIpSVbjN1T9O3j5Ke5B6kpCgoxxwRiG6YG/jJnO9TV57PrtXCEh2m1HvUjnPRwmHjTkTT/FaDCsqF3LP02hsFkKer+aS6rK0P/EDoIdkFi7qhmdxLX4Z/g5x5pLR2yZ/qpCn8P96RcE7HqwXj45tnSt4NMUf9wtKOGPaRYcuTOIhUvHJfTLgK67w15QGVpJu9654EnchIHBeptXhM5OKel+H9mTHKu+lkSiT0seuXijJsNWiw5iiqevs+Ig7zKUvE589SfnZOu5yEuWTywuzrv9hyJqtNzXe8KzwhQdOyrAZW3DuE12mnASpptOjrCYWX5E1TtYABzJPpQlq4No6lsOJ1+4x0PX7uRe6/T0q1HNOtSLGC0/AhuL52kH0fg/QNI+iZAnYmbO7nRpV9b58D2BEGG03O+RNO4KZNKv35hrJCjMu8CjZU7cf0JEHvkBewIlVDGttO7NdmoOLvnHIk4H0YbUEpBrUv6I28WDqb3xL9YIsUKsA2Y1CEMxRABop2CoxAnqWgv6V/8=----ATTACHMENT:----OTY3NDEwOTQ2NjAyNjM3MyA5MjI5MDQ1MTA4Njg4MzgxIDYzNDEyMTY4NTc4NjgxNTM=