Revision 8891065f
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/Helper/CustomVariables.pm | ||
---|---|---|
265 | 265 |
This is a Rose::DB::Object::Relationship accessor, generated for cvars. Use it |
266 | 266 |
like any other OneToMany relationship. |
267 | 267 |
|
268 |
Note that unlike L</cvars_by_config> this accessor only returns |
|
269 |
variables that have already been created for this object. No variables |
|
270 |
will be autovivified for configs for which no variable has been |
|
271 |
created yet. |
|
272 |
|
|
268 | 273 |
=item C<cvars [ CUSTOM_VARIABLES ]> |
269 | 274 |
|
270 | 275 |
Alias to C<custom_variables>. Will only be installed if C<cvars_alias> was |
... | ... | |
309 | 314 |
|
310 | 315 |
=head1 AUTHOR |
311 | 316 |
|
312 |
Sven Schöling E<lt>s.schoeling@linet-services.deE<gt> |
|
317 |
Sven Schöling E<lt>s.schoeling@linet-services.deE<gt>, |
|
318 |
Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt> |
|
313 | 319 |
|
314 | 320 |
=cut |
Auch abrufbar als: Unified diff
CustomVariable-RDBO-Helfer: Dokumentation aktualisiert