chris-at-github
3/16/2015 - 6:16 PM

Snippets

Snippets

<?php
  $snippets = Shopware()->Snippets();
  $snippets->getNamespace('name/space')->get('key');
?>