POD documentation for the argument to getChildcount
This commit is contained in:
parent
6ea2472695
commit
d9fc434a78
1 changed files with 10 additions and 1 deletions
|
|
@ -168,10 +168,19 @@ sub formatRank {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getChildCount ( )
|
||||
=head2 getChildCount ( opts )
|
||||
|
||||
Returns the number of children this asset has. This excludes assets in the trash or clipbaord.
|
||||
|
||||
=head3 opts
|
||||
|
||||
A hashref of options. Currently only one option is supported.
|
||||
|
||||
=head4 includeTrash
|
||||
|
||||
If this value of this hash key is true, then assets in any state will be counted. Normally,
|
||||
only those that are published or achived are counted.
|
||||
|
||||
=cut
|
||||
|
||||
sub getChildCount {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue