<?php namespace League\CommonMark\Block\Element; interface InlineContainerInterface { public function getStringContent(); }