🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 11:28:33 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
plugins
/
wp-event-solution
/
core
/
Admin
/
Role
📍 /home/therahul/ramailobhela.com/wp-content/plugins/wp-event-solution/core/Admin/Role
🔄 Refresh
✏️
Editing: RoleInterface.php
Writable
<?php /** * RoleInterfacace * * @package Eventin */ namespace Eventin\Admin\Role; /** * Role interface */ interface RoleInterfacace { /** * Get role name * * @return string */ public function get_name(); /** * Get role display name * * @return string */ public function get_display_name(); /** * Get all capabilities for a role * * @return array */ public function get_capabilities(); }
💾 Save Changes
❌ Cancel