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

getName() public method

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

Usage Example

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