Exemplo n.º 1
0
 public function __construct(RlpMapperInterface $mapper, PathCleanupInterface $cleaner, StructureManagerInterface $structureManager, ContentTypeManagerInterface $contentTypeManager, SuluNodeHelper $nodeHelper)
 {
     parent::__construct('whole-tree', $mapper, $cleaner, $structureManager, $contentTypeManager, $nodeHelper);
 }