43 public function getNextCid(
string $current_class): ?string;
Interface ilCtrlPathInterface is responsible for holding and manipulating a valid ilCtrl class-path (...
getCidArray(int $order=SORT_DESC)
Returns all cid's from the current path in the provided directory/order.
getBaseClass()
Returns the baseclass of the current cid path.
getCidPaths(int $order=SORT_DESC)
Returns all individual paths for each cid position for the given direction.
getException()
Returns the exception produced during the path-finding- process.
getCurrentCid()
Returns the CID that must currently be processed.
getNextCid(string $current_class)
Returns the next CID that must be processed.
getCidPath()
Returns the CID path for the target class of the current instance.