public function createAttribute($attribute, $value) { if ($this->exists) { return $this->query->getConnection()->modAdd($this->getDn(), [$attribute => $value]); } return false; }