Example #1
0
 /**
  * Interest a chunk into a page.
  *
  * @param string             $type
  * @param string             $slotname
  * @param PageInterface|null $page
  *
  * @return Chunk
  */
 public static function chunk($type, $slotname, $page = null)
 {
     return ChunkFacade::insert($type, $slotname, $page);
 }