示例#1
0
文件: Heading.php 项目: Yomyer/cckit
 /**
  * @param Rendered|string $content
  * @return $this
  */
 public function prependSmall($content)
 {
     parent::prepend(Small::create($content));
     return $this;
 }