コード例 #1
0
ファイル: nav.php プロジェクト: dev-lucid/html
 public function addPane()
 {
     $pane = html::tabPane($this->lastChild()->href);
     $pane->parent = $this;
     $this->panes[] = $pane;
     return $this;
 }