コード例 #1
0
ファイル: Plugin.php プロジェクト: raynaldmo/php-education
 /**
  * 
  * Returns the number of spaces per tab.
  * 
  * @return int
  * 
  */
 protected function _getTabWidth()
 {
     return $this->_markdown->getTabWidth();
 }