Feature #2902

Implementation of move, copy and NodeType.isNodeType

Added by Christoph Blömer over 6 years ago. Updated about 4 years ago.

Status:Closed Start date:2009-03-18
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:Node handling
Target version:-

Description

For the implementation of WebDAV for the TYPO3CR I am missing some CR functionality to provide all features.

First of all I need the possibility to move and copy a node and its subtree.

Second is, that I need to check if a NodeType is nt:folder or nt:file

Therefore I need the method isNodeType() implemented in the NodeType class.

My implementation looks currently like this:
public function isNodeType($nodeTypeName) {
return $this->name == $nodeTypeName;
}

Thanks.

History

#1 Updated by Karsten Dambekalns about 6 years ago

  • Status changed from New to Accepted
  • Assigned To deleted (Karsten Dambekalns)

#2 Updated by Karsten Dambekalns almost 6 years ago

  • Tracker changed from Bug to Feature

#3 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from Accepted to Closed

Also available in: Atom PDF