League\CommonMark\Inline\Element\Newline::getType PHP Method

getType() public method

public getType ( ) : integer
return integer
    public function getType()
    {
        return $this->type;
    }