Update POD in Asset.pm for ->new

This commit is contained in:
Colin Kuskie 2010-02-12 11:01:32 -08:00
parent 750aec813d
commit 74ccbef83f

View file

@ -1704,7 +1704,7 @@ A hash reference of properties to assign to the object.
=cut =cut
=head2 new ( session, assetId [, className, revisionDate ] ) =head2 new ( session, assetId [,revisionDate ] )
Instanciator. This does not create an asset in the database, but looks up the object's Instanciator. This does not create an asset in the database, but looks up the object's
properties in the database and returns an object with the correct WebGUI::Asset subclass. properties in the database and returns an object with the correct WebGUI::Asset subclass.