getName() 공개 메소드

public getName ( )
예제 #1
0
파일: DateTest.php 프로젝트: doctrine/oxm
 public function testName()
 {
     $this->assertEquals('date', $this->_type->getName());
 }