ManaPHP\Authorization\Rbac\Models\UserRole::getSource PHP Method

getSource() public method

public getSource ( ) : string
return string
    public function getSource()
    {
        return 'rbac_user_role';
    }
UserRole