コード例 #1
0
ファイル: CodeBlock.php プロジェクト: fluxbb/commonmark
 public function hasLanguage()
 {
     return !$this->language->isEmpty();
 }