Exemplo n.º 1
0
 public function __construct(MarkdownInterface $parser)
 {
     parent::__construct($parser);
     $this->repositoryPath = __DIR__;
 }
Exemplo n.º 2
0
 public function getAll()
 {
     $plugins = array_merge($this->bootstrap_repository->getAll(), parent::getAll());
     return $plugins;
 }
Exemplo n.º 3
0
 public function __construct(MarkdownInterface $parser)
 {
     parent::__construct($parser);
     $this->repositoryPath = dirname(__DIR__) . '/Basic';
 }