Merge branch 'asset-helpers' into 8
Conflicts: README lib/WebGUI/Role/Asset/AlwaysHidden.pm
This commit is contained in:
commit
845ede878a
24 changed files with 2089 additions and 2 deletions
|
|
@ -24,6 +24,10 @@ Asset Role that guarantees that the isHidden property is always 1.
|
|||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
Despite using OO style methods, there are no AssetHelper objects. This is simply to provide inheritance.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
with WebGUI::Role::Asset::AlwaysHidden;
|
||||
|
||||
=cut
|
||||
|
|
@ -40,6 +44,4 @@ around isHidden => sub {
|
|||
$self->$orig(@_);
|
||||
};
|
||||
|
||||
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue