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

getName() public method

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

Usage Example

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