Esempio n. 1
0
 /**
  * 
  * Returns the number of spaces per tab.
  * 
  * @return int
  * 
  */
 protected function _getTabWidth()
 {
     return $this->_markdown->getTabWidth();
 }