{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "ontology_classes",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src",
"output_mode": "content",
"-n": true
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "src\/Infrastructure\/SemanticExplorerRepository.php:334: JOIN ontology_classes oc ON ec.ontology_class_id = oc.id\nsrc\/Infrastructure\/SemanticExplorerRepository.php:428: (SELECT COUNT(*) FROM ontology_classes WHERE parent_class_id = oc.id) as subclass_count\nsrc\/Infrastructure\/SemanticExplorerRepository.php:429: FROM ontology_classes oc\nsrc\/Infrastructure\/SemanticExplorerRepository.php:440: (SELECT COUNT(*) FROM ontology_classes) as total_classes,\nsrc\/Infrastructure\/SemanticExplorerRepository.php:441: (SELECT COUNT(*) FROM ontology_classes WHERE parent_class_id IS NULL) as root_classes,\nsrc\/Infrastructure\/SemanticExplorerRepository.php:734: $stmt = $this->db->prepare('SELECT * FROM ontology_classes WHERE id = :id');\nsrc\/Infrastructure\/SemanticExplorerRepository.php:744: 'INSERT INTO ontology_classes (name, parent_class_id, description, properties, created_at)\nsrc\/Infrastructure\/SemanticExplorerRepository.php:760: 'UPDATE ontology_classes SET name = :name, parent_class_id = :parent,\nsrc\/Infrastructure\/SemanticExplorerRepository.php:776: $stmt = $this->db->prepare('SELECT COUNT(*) FROM ontology_classes WHERE parent_class_id = :id');\nsrc\/Infrastructure\/SemanticExplorerRepository.php:788: $stmt = $this->db->prepare('DELETE FROM ontology_classes WHERE id = :id');\nsrc\/Infrastructure\/SemanticExplorerRepository.php:795: return $this->db->query('SELECT id, name FROM ontology_classes ORDER BY name')->fetchAll();",
"numLines": 11
}
}