sideport new POD docs
This commit is contained in:
parent
ecfba4699d
commit
409f78bb86
1 changed files with 6 additions and 1 deletions
|
|
@ -651,6 +651,8 @@ sub fixUrl {
|
|||
|
||||
Returns a reference to a list of properties (or specified property) of an Asset.
|
||||
|
||||
If C<propertyName> is omitted, it will return a safe copy of the entire property hash.
|
||||
|
||||
=head3 propertyName
|
||||
|
||||
Any of the values associated with the properties of an Asset. Default choices are "title", "menutTitle",
|
||||
|
|
@ -1317,7 +1319,10 @@ sub getUrl {
|
|||
|
||||
=head2 getValue ( key )
|
||||
|
||||
Returns the value of anything it can find with an index of key in the asset's properties, or else it returns undefined.
|
||||
Tries to look up C<key> in the asset object's property cache. If it can't find it in there, then it
|
||||
tries to look it up in the definition sub for the asset.
|
||||
|
||||
Unlike get, it will not return the whole property hash if you omit the key.
|
||||
|
||||
=head3 key
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue