diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-09-24 11:54:52 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-09-24 11:54:52 +0000 |
| commit | bb21689da5ec5308655082af359701bd47080440 (patch) | |
| tree | 319c4ba7d69a45ea4d1ffb19d2a993f56c140f81 /Pigeonholes.php | |
| parent | 73aeca46472a83fe735b288160d7bee68f136971 (diff) | |
| download | pigeonholes-bb21689da5ec5308655082af359701bd47080440.tar.gz pigeonholes-bb21689da5ec5308655082af359701bd47080440.tar.bz2 pigeonholes-bb21689da5ec5308655082af359701bd47080440.zip | |
add docs for method
Diffstat (limited to 'Pigeonholes.php')
| -rw-r--r-- | Pigeonholes.php | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index 2713323..637934c 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.108 2007/09/10 11:26:02 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.109 2007/09/24 11:54:52 squareing Exp $ * * +----------------------------------------------------------------------+ * | Copyright ( c ) 2004, bitweaver.org @@ -17,7 +17,7 @@ * Pigeonholes class * * @author xing <xing@synapse.plus.com> - * @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(); |
