PHP Class League\CommonMark\Inline\Element\Newline

Inheritance: extends AbstractInline
Afficher le fichier Open project: colinodell/commonmark-php

Protected Properties

Свойство Type Description
$type

Méthodes publiques

Méthode Description
__construct ( integer $breakType = self::HARDBREAK )
getType ( ) : integer

Method Details

__construct() public méthode

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

getType() public méthode

public getType ( ) : integer
Résultat integer

Property Details

$type protected_oe property

protected $type