PHP Class League\CommonMark\Inline\Element\Newline

Inheritance: extends AbstractInline
Show file Open project: colinodell/commonmark-php

Protected Properties

Property Type Description
$type

Public Methods

Method Description
__construct ( integer $breakType = self::HARDBREAK )
getType ( ) : integer

Method Details

__construct() public method

public __construct ( integer $breakType = self::HARDBREAK )
$breakType integer

getType() public method

public getType ( ) : integer
return integer

Property Details

$type protected property

protected $type