child = $child; } /** * @return int[] */ public function getChild() { return $this->child; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param NlpSaftPhrase */ public function setPhrase(NlpSaftPhrase $phrase) { $this->phrase = $phrase; } /** * @return NlpSaftPhrase */ public function getPhrase() { return $this->phrase; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSaftConstituencyNode::class, 'Google_Service_Contentwarehouse_NlpSaftConstituencyNode');