updated core and modules
This commit is contained in:
+3
-3
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user