Exakat\Analyzer\Type\Real::__construct PHP Method

__construct() public method

public __construct ( $gremlin )
    public function __construct($gremlin)
    {
        $this->type = 'Real';
        parent::__construct($gremlin);
    }