docpatch for outdated pod on Asset->newById

This commit is contained in:
Paul Driver 2010-11-16 11:16:28 -06:00
parent a1571b90d4
commit 8af425a2cf

View file

@ -1910,7 +1910,9 @@ no revision date is available it will return undef.
=head2 newById ( session, assetId [ , revisionDate ] )
Instances an existing Asset, by looking up the className of the asset specified by the assetId, and then calling new.
Returns undef if it can't find the classname.
If a class cannot be found for the requested assetId, then it throws a
WebGUI::Error::InvalidParam exception.
=head3 session