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

getName() public method

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

Usage Example

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