Пример #1
0
 public function __construct(MarkdownInterface $parser)
 {
     parent::__construct($parser);
     $this->repositoryPath = __DIR__;
 }
Пример #2
0
 public function __construct(MarkdownInterface $parser)
 {
     parent::__construct($parser);
     $this->bootstrap_repository = new BootstrapPluginRepository($parser);
     $this->repositoryPath = __DIR__;
 }
Пример #3
0
 public function __construct(MarkdownInterface $parser)
 {
     parent::__construct($parser);
     $this->repositoryPath = dirname(__DIR__) . '/Basic';
 }