コード例 #1
0
 protected function getNodeType($attributes = [])
 {
     $attributes = !empty($attributes) ? $attributes : ['name' => 'project', 'label' => 'Project', 'description' => ''];
     return NodeType::create($attributes);
 }