예제 #1
0
파일: Plugin.php 프로젝트: kalkin/solarphp
 /**
  * 
  * Returns the number of spaces per tab.
  * 
  * @return int
  * 
  */
 protected function _getTabWidth()
 {
     return $this->_markdown->getTabWidth();
 }