Пример #1
0
 /**
  * @param Rendered|string $content
  * @return $this
  */
 public function prependSmall($content)
 {
     parent::prepend(Small::create($content));
     return $this;
 }