Deprecate propertyOrParam
This commit is contained in:
parent
afcf50a585
commit
03e9f48333
|
|
@ -168,7 +168,9 @@ abstract class ComponentBase extends Extendable
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns a defined property or parameter value.
|
||||
* @deprecated Returns a defined property or parameter value.
|
||||
* @todo Remove this method if year >= 2015
|
||||
* @see Docs: Components > External Parameters
|
||||
* @param $name The property or parameter name to look for.
|
||||
* @param $default A default value to return if no value is found.
|
||||
* @return string
|
||||
|
|
|
|||
Loading…
Reference in New Issue