Commit 5f8e2df59a3ccfa94f155507a45f04143a6efe59

Authored by nbm
1 parent d833b206

Add a helper getPathArray


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3650 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/foldermanagement/Folder.inc
... ... @@ -389,6 +389,12 @@ class Folder extends KTEntity {
389 389 }
390 390 return $aPathArray;
391 391 }
  392 +
  393 + // {{{
  394 + function getPathArray() {
  395 + return Folder::getFolderPathNamesAsArray($this->getID());
  396 + }
  397 + // }}}
392 398  
393 399 /**
394 400 * Static function.
... ...