updated core and modules

This commit is contained in:
Bachir Soussi Chiadmi
2017-09-09 16:27:51 +02:00
parent 027aa99b32
commit 41863f872c
7810 changed files with 318922 additions and 83631 deletions
+3 -3
View File
@@ -31,16 +31,16 @@ interface PropertyMetadataInterface extends MetadataInterface
/**
* Returns the name of the property.
*
* @return string The property name.
* @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.
* @param mixed $containingValue The container to extract the property value from
*
* @return mixed The value of the property.
* @return mixed The value of the property
*/
public function getPropertyValue($containingValue);
}