コード例 #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';
 }