owner = $owner; } /** * Returns the owner of this decorator * * @return Object */ public function getOwner() { return $this->owner; } } ?>