Doctrine\OXM\Types\Type::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        $e = explode('\\', get_class($this));
        return str_replace('Type', '', end($e));
    }