getKey() 공개 메소드

public getKey ( )
예제 #1
0
 public function testGetKey()
 {
     self::assertSame('foo', $this->item->getKey());
 }