Example #1
0
 /**
  * Returns the Level Width of the comment
  * LEGACY
  *
  * @return integer
  */
 public function getLevelWidth()
 {
     return \FA\Legacy\Utilities::levpercent($this->getParentDepth());
 }