getKey() 공개 메소드

public getKey ( ) : mixed
리턴 mixed
예제 #1
0
파일: ManagerTest.php 프로젝트: alpas29/cms
 public function test_it_gets_key()
 {
     $Framework = new \Devise\Support\Framework();
     $Manager = new Manager($Framework);
     assertEquals('httplocalhost', $Manager->getKey());
 }