疆括仕网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
_age = $age;
}
public function setName($name){
$this->_name = $name;
}
public function setProv($prov){
$this->_prov = $prov;
}
public function getMan(){
echo $this->_age.$this->_name.$this->prov;
}
}
class Building{
protected $man = '';
public function __construct(){
$this->man = new UserInfo();
}
public function buildman($array){
$this->man->setAge($array['age');
$this->man->setAge($array['name');
$this->man->setAge($array['prov');
}
public function getman(){
$this->man->getMan();
}
}