Doctrine\OXM\Types\StringType::getName PHP Method

getName() public method

public getName ( )
    public function getName()
    {
        return Type::STRING;
    }

Usage Example

Beispiel #1
0
 public function testName()
 {
     $this->assertEquals('string', $this->_type->getName());
 }
StringType