Checks if the role has a permission.
string $permission: The permission to check for.
bool TRUE if the role has the permission, FALSE if not.
public function hasPermission($permission);