摘要: <?phpclass Preferences { private static $instance; private function __construct() { } public static function getInstance() { if (empty... 阅读全文
posted @ 2015-09-04 16:21 wy0314 阅读(93) 评论(0) 推荐(0)
摘要: units, true)) { return ; } $this->units[] = $unit; } public function remove_unit(Unit $unit) { $this->units = ar... 阅读全文
posted @ 2015-09-04 15:50 wy0314 阅读(155) 评论(0) 推荐(0)