Get pending assets for cleanup.

This commit is contained in:
Colin Kuskie 2010-06-03 16:11:56 -07:00
parent 4fb7933e34
commit 0d2ac6a858

View file

@ -812,6 +812,10 @@ Example call:
my ($class, $ident) = @_;
return $class->new($CLASS->session, $ident);
},
'WebGUI::Asset' => sub {
my ($class, $ident) = @_;
return WebGUI::Asset->newPending($CLASS->session, $ident);
},
'WebGUI::Storage' => sub {
my ($class, $ident) = @_;
return WebGUI::Storage->get($CLASS->session, $ident);