League\CommonMark\Block\Element\ThematicBreak::isCode PHP Méthode

isCode() public méthode

Whether this is a code block
public isCode ( ) : boolean
Résultat boolean
    public function isCode()
    {
        return false;
    }