/** * @see \DB\SQL\Mapper::__get($key) */ public function &__get($key) { if ($key === "properties") { return $this->properties; } return parent::__get($key); }