From bb21689da5ec5308655082af359701bd47080440 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Mon, 24 Sep 2007 11:54:52 +0000 Subject: add docs for method --- Pigeonholes.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Pigeonholes.php') diff --git a/Pigeonholes.php b/Pigeonholes.php index 2713323..637934c 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ - * @version $Revision: 1.108 $ + * @version $Revision: 1.109 $ * @package pigeonholes */ @@ -910,6 +910,14 @@ class Pigeonholes extends LibertyAttachable { return $ret; } + /** + * Get all child pigeonholes starting from any parent + * + * @param array $pContentId of the pigoenhole + * @param array $pStructureId of the pigeonhole + * @access public + * @return array of child pigeonholes on success, empty array on failure + */ function getSubPigeonholes( $pContentId = NULL, $pStructureId = NULL ) { global $gStructure; $ret = array(); -- cgit v1.3