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