Logo white

Administrator / realy_old_artbox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • realy_old_artbox
  • common
  • components
  • developeruz
  • db_rbac
  • interfaces
  • UserRbacInterface.php
  • this commin on a english) ...
    2f8b8e0f
    Права и роли перенес в common components
    Dmitryi authored
    2015-12-16 17:07:23 +0200  
    Browse Code »
UserRbacInterface.php 192 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<?php
namespace developeruz\db_rbac\interfaces;


interface UserRbacInterface {

    public function getId();
    public function getUserName();
    public static function findIdentity($id);
}