예제 #1
0
 /**
  * @return string
  */
 public function render()
 {
     return $this->assets->allGroup(static::META_GROUP_NAME) . PHP_EOL . $this->assets->render();
 }