getAuthenticationManager() public method

Get authentication manager
Deprecation:
示例#1
0
 public function testNullAuthenticationManager()
 {
     $this->assertNull($this->router->getAuthenticationManager());
 }