예제 #1
0
파일: Form.php 프로젝트: HaldunA/phpwebsite
 public static function appendCSS($addition)
 {
     self::$css_addition = $addition;
 }