Skip to content
Sections
>> Trisquel >> Pakete >> nabia >> perl >> libclass-data-accessor-perl
etiona  ] [  nabia  ] [  aramo  ]
[ Quellcode: libclass-data-accessor-perl  ]

Paket: libclass-data-accessor-perl (0.04004-2)

Inheritable, overridable class and instance data accessor creation

Class::Data::Accessor is the marriage of Class::Accessor and Class::Data::Inheritable into a single module. It is used for creating accessors to class properties that is overridable in subclasses as well as in class instances.

For example:

  Pere::Ubu->mk_classaccessor('Suitcase');

will generate the method Suitcase() in the class Pere::Ubu.

This new method can be used to get and set a piece of class property.

  Pere::Ubu->Suitcase('Red');
  $suitcase = Pere::Ubu->Suitcase;

Andere Pakete mit Bezug zu libclass-data-accessor-perl

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • dep: perl
    Larry Wall's Practical Extraction and Report Language

libclass-data-accessor-perl herunterladen

Download für alle verfügbaren Architekturen
Architektur Paketgröße Größe (installiert) Dateien
all 9,0 kB26 kB [Liste der Dateien]