getName() public method

Get datatype name
public getName ( ) : string
return string
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetName()
 {
     $this->assertEquals('datatype' . $this->property->getId(), $this->object->getName());
 }