外觀模式/ 門面模式(Facade Pattern)

百度詞條的解釋 php http://baike.baidu.com/view/2739662.htmthis <?php //正面模式(外觀模式) //外觀類(廚師) class Cook { private $foods = array(); //烹飪 public function cooking(Customer $customer) { $menuList = $custome
相關文章
相關標籤/搜索