예제 #1
0
파일: Heading.php 프로젝트: Yomyer/cckit
 /**
  * @param Rendered|string $content
  * @return $this
  */
 public function appendSmall($content)
 {
     parent::append(Small::create($content));
     return $this;
 }