hasCustomKey() public method

public hasCustomKey ( ) : boolean
return boolean
コード例 #1
0
 public function testNotHaveCustomKeyByDefault()
 {
     $metadata = new PropertyAnnotationMetadata('string');
     $this->assertFalse($metadata->hasCustomKey());
 }