コード例 #1
0
ファイル: ApiMarkdown.php プロジェクト: dawei101/plants
 public function prepare()
 {
     parent::prepare();
     // add references to guide pages
     $this->references = array_merge($this->references, static::$renderer->guideReferences);
 }
コード例 #2
0
 /**
  * @inheritDoc
  */
 protected function prepare()
 {
     parent::prepare();
     $this->headings = [];
 }