comparison core/modules/taxonomy/src/TermInterface.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
55 public function getName(); 55 public function getName();
56 56
57 /** 57 /**
58 * Sets the name of the term. 58 * Sets the name of the term.
59 * 59 *
60 * @param int $name 60 * @param string $name
61 * The term's name. 61 * The term's name.
62 * 62 *
63 * @return $this 63 * @return $this
64 */ 64 */
65 public function setName($name); 65 public function setName($name);