WPINC_class wp role.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface RoleInterface {
    public function add_cap( $cap, $grant = true );
    public function remove_cap( $cap );
    public function has_cap( $cap );
}