/** * Get custom attributes codes * * @return string[] */ public function getCustomAttributesCodes() { return array_merge(parent::getCustomAttributesCodes(), $this->customAttributes); }