摘要:
_type = $type; } //建造产品的价格 public function setPrice($price) { echo 'set the price of the product,'; $this->_price = $price; ... 阅读全文
摘要:
* @package design pattern * @version v1.0 2011-12-14 *//*产品角色-在指导者的指导下由建造者所创建的那个复杂的对象*/class Person{ private $head; private $body; p... 阅读全文