コード例 #1
0
ファイル: Form.php プロジェクト: HaldunA/phpwebsite
 public static function appendCSS($addition)
 {
     self::$css_addition = $addition;
 }