示例#1
0
 function __construct($name, $callable)
 {
     parent::__construct($name);
     $this->callable = $callable;
 }