League\CommonMark\Extension\MiscExtension::getInlineProcessors PHP Méthode

getInlineProcessors() public méthode

Returns a list of inline processors to add to the existing list
public getInlineProcessors ( ) : League\CommonMark\Inline\Processor\InlineProcessorInterface[]
Résultat League\CommonMark\Inline\Processor\InlineProcessorInterface[]
    public function getInlineProcessors()
    {
        return $this->inlineProcessers;
    }