League\CommonMark\Inline\Element\AbstractStringContainer::getContent PHP Method

getContent() public method

public getContent ( ) : string
return string
    public function getContent()
    {
        return $this->content;
    }