trait = $trait; $this->method = $method; $this->newModifier = $newModifier; $this->newName = $newName; } public function getSubNodeNames() { return array('trait', 'method', 'newModifier', 'newName'); } }