示例#1
0
文件: SuluNode.php 项目: sulu/sulu
 /**
  * {@inheritdoc}
  */
 public function setPrimaryType($nodeTypeName)
 {
     return $this->node->setPrimaryType($nodeTypeName);
 }