From: Moritz Bunkus Date: Wed, 14 May 2014 07:12:09 +0000 (+0200) Subject: CustomVariable-RDBO-Helfer: Dokumentation aktualisiert X-Git-Tag: release-3.2.0beta~455 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8891065f8ab27011e1d519480e5e91b2afefa407;p=kivitendo-erp.git CustomVariable-RDBO-Helfer: Dokumentation aktualisiert --- diff --git a/SL/DB/Helper/CustomVariables.pm b/SL/DB/Helper/CustomVariables.pm index 505db4ea1..6f470357d 100644 --- a/SL/DB/Helper/CustomVariables.pm +++ b/SL/DB/Helper/CustomVariables.pm @@ -265,6 +265,11 @@ Secondary classes may currently not have cvars of their own. This is a Rose::DB::Object::Relationship accessor, generated for cvars. Use it like any other OneToMany relationship. +Note that unlike L this accessor only returns +variables that have already been created for this object. No variables +will be autovivified for configs for which no variable has been +created yet. + =item C Alias to C. Will only be installed if C was @@ -309,6 +314,7 @@ vivified with the same rules as in C. =head1 AUTHOR -Sven Schöling Es.schoeling@linet-services.deE +Sven Schöling Es.schoeling@linet-services.deE, +Moritz Bunkus Em.bunkus@linet-services.deE =cut