Component property can be mixed value (#5355)
This commit is contained in:
parent
d34fb8ab51
commit
5d0988559b
|
|
@ -86,7 +86,7 @@ trait PropertyContainer
|
|||
* Returns a defined property value or default if one is not set.
|
||||
* @param string $name The property name to look for.
|
||||
* @param string $default A default value to return if no name is found.
|
||||
* @return string The property value or the default specified.
|
||||
* @return mixed The property value or the default specified.
|
||||
*/
|
||||
public function property($name, $default = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue