Beispiel #1
0
 public function __construct(MacroRegistry $macroRegistry, array $config = [], $name = null)
 {
     list($plugin, $tableName) = pluginSplit($config['table'], true);
     $this->plugin = substr($plugin, 0, -1);
     parent::__construct($macroRegistry, $config, $tableName);
 }