getIdentity() 공개 메소드

Get the current identity from the identity provider
public getIdentity ( ) : ZfcRbac\Identity\IdentityInterface | null
리턴 ZfcRbac\Identity\IdentityInterface | null
예제 #1
0
 /**
  * Get the current identity from the role service
  *
  * @return IdentityInterface|null
  */
 public function getIdentity()
 {
     return $this->roleService->getIdentity();
 }