wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: libclass-data-accessor-perl  ]

Pakiet: libclass-data-accessor-perl (0.04004-4)

Odnośniki dla libclass-data-accessor-perl

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego libclass-data-accessor-perl:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

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;

Inne pakiety związane z libclass-data-accessor-perl

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libclass-data-accessor-perl

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 8,7 KiB26,0 KiB [lista plików]