コード例 #1
0
ファイル: number.php プロジェクト: axelmdev/ecommerce
 /**
  * Creates a new list-level style.
  * 
  * @param int $level 
  */
 public function __construct($level)
 {
     parent::__construct($level);
 }