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

__construct() public method

public __construct ( integer $breakType = self::HARDBREAK )
$breakType integer
    public function __construct($breakType = self::HARDBREAK)
    {
        $this->type = $breakType;
    }