article = $article; $article->setDetails($this); $this->update($text); } public function update($text) { $this->text = $text; } public function getText() { return $this->text; } }